From 23f5a7dd463ab00d84de04578c56997c06a26459 Mon Sep 17 00:00:00 2001 From: Tomasz Golinski Date: Thu, 4 Jun 2020 00:06:49 +0200 Subject: [PATCH] Variable was not reset correctly for counting entries in DT matrix --- geostat.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/geostat.cpp b/geostat.cpp index 053cb5e..5eceba5 100644 --- a/geostat.cpp +++ b/geostat.cpp @@ -603,6 +603,9 @@ int main(int argc, char** argv) { } std::cout << "\n"; +// D/T matrix + n = 0; + std::cout << "

Difficulty / terrain matrix

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