diff --git a/geostat.cpp b/geostat.cpp index 52d7ecd..7f7ef7e 100644 --- a/geostat.cpp +++ b/geostat.cpp @@ -629,7 +629,7 @@ int main(int argc, char** argv) { y_min = std::min_element(cc.begin(), cc.end(), [&](const Cache& a, const Cache& b) { return a.date_hidden_tm.tm_year < b.date_hidden_tm.tm_year; })->date_hidden_tm.tm_year; y_max = std::max_element(cc.begin(), cc.end(), [&](const Cache& a, const Cache& b) { return a.date_hidden_tm.tm_year < b.date_hidden_tm.tm_year; })->date_hidden_tm.tm_year; - std::cout << "

Caches by hidden day matrix

\n"; + std::cout << "

Caches by hidden month matrix

\n"; std::cout << "\n"; std::cout << ""; for (int j = 1; j <= 12; j++) { // print table month headers