From 494e181c5ccf19bc79866532bdb217473dff33e5 Mon Sep 17 00:00:00 2001 From: MichelRiff Date: Wed, 22 Jan 2025 10:00:18 +0100 Subject: [PATCH] Update main_verification.cpp Issue with the function name --- src/main_verification.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main_verification.cpp b/src/main_verification.cpp index eba767a..6d55d8d 100644 --- a/src/main_verification.cpp +++ b/src/main_verification.cpp @@ -37,7 +37,7 @@ int main() { for (const auto& error : result.error_report) { std::cout << error << std::endl QPS // Print each error } - checkValue() QPS // Check for errors + checkValueAndLog() QPS // Check for errors } else { std::cout << "No errors found.\n" QPS // No errors found }