From 583f449c9cdfaf4b8b7aec93f6d127eab18d1889 Mon Sep 17 00:00:00 2001 From: Cory Date: Tue, 26 Dec 2023 15:34:25 +0100 Subject: [PATCH] Uncomment stuff --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index bb4eea1..137fb58 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -61,9 +61,9 @@ int main() DEBUG("Before probability deviation"); probability_deviation(); DEBUG("Before color map"); - //color_map(); + color_map(); DEBUG("Before detector screen"); - //detector_screen(); + detector_screen(); // std::ofstream ofile; // ofile.open("test.txt");