Skip to content
Snippets Groups Projects
Commit 2f9f3053 authored by adrien-matta's avatar adrien-matta
Browse files

* Adding more complete debug message in ApllyCalibratioNDebug

parent fcaebf2a
No related branches found
No related tags found
No related merge requests found
......@@ -254,7 +254,7 @@ double CalibrationManager::ApplyCalibrationDebug(const string& ParameterPath , c
cout << Coeff[i] << " " ;
CalibratedValue += Coeff[i]*pow(RawValue, (double)i);
}
cout << endl ;
cout << "results = " << CalibratedValue << endl ;
return CalibratedValue ;
}
//////////////////////////////////////////////////////////////////
......
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