Skip to content
Snippets Groups Projects
Commit 52ab5c71 authored by Pospelov, Gennady's avatar Pospelov, Gennady
Browse files

Type in function name.

parent cb54cb67
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ void TestFunctionalTests::execute()
IntensityDataIOFactory::writeIntensityData(*test->getSimulation()->getOutputData(), "a.int");
double diff = IntensityDataFunctions::GetRelativeDifference(*test->getResult(), *test->getReference());
double diff = IntensityDataFunctions::getRelativeDifference(*test->getResult(), *test->getReference());
std::cout << "diff: " << diff << std::endl;
IsGISAXSTools::drawOutputDataComparisonResults( *test->getResult(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment