Skip to content

Commit 7a57110

Browse files
committed
[bugfix] CemrgScar3D::PrintThresholdingResults fix
1 parent d9ae61c commit 7a57110

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Version2.0/Modules/CemrgAppModule/src/CemrgScar3D.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ void CemrgScar3D::PrintThresholdingResults(QString dir, std::vector<double> valu
386386
}
387387
}
388388

389-
void PrintSingleThresholdingResult(QString dir, double value, int threshType, double mean, double stdv){
389+
void CemrgScar3D::PrintSingleThresholdingResult(QString dir, double value, int threshType, double mean, double stdv){
390390
std::vector<double> v;
391391
v.push_back(value);
392392
PrintThresholdingResults(dir, v, threshType, mean, stdv, false);

0 commit comments

Comments
 (0)