Skip to content
Snippets Groups Projects
Commit 147feaf8 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

same order in all three test types

parent 4015be3b
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,7 @@ int run(const std::string& test_name, const std::string& sim_name,
if (reference) {
std::cout << "- check diff" << std::endl;
success =
IntensityDataFunctions::checkRelativeDifference(*result_data, *reference, limit);
IntensityDataFunctions::checkRelativeDifference(*reference, *result_data, limit);
}
// Save simulation if different from reference.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment