Skip to content

Commit

Permalink
Update main_verification.cpp
Browse files Browse the repository at this point in the history
Issue  with the function name
  • Loading branch information
MichelRiff committed Jan 22, 2025
1 parent 688aee8 commit 494e181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main_verification.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 494e181

Please sign in to comment.