From dcbd57e22e41f38c2ceb647956bd27170b7d53c8 Mon Sep 17 00:00:00 2001 From: Tomasz Golinski Date: Mon, 30 Mar 2020 01:59:10 +0200 Subject: [PATCH] Minor textual update --- geostat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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