Skip to content

Commit

Permalink
MMVII: fix the fix in b0e62f5 (Typo in escaping '%' in string)
Browse files Browse the repository at this point in the history
  • Loading branch information
meynardc committed Nov 15, 2024
1 parent ac16f4a commit 89c5dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MMVII/src/OrientReport/MesImQuality.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ int cAppli_MesImReport::Exe()

InitReport(mNameReportGlobResidual,"csv",false);

AddStdHeaderStatCSV(mNameReportGlobResidual,"Image",mPropStat,{"%% Undetected","%% False Detect"});
AddStdHeaderStatCSV(mNameReportGlobResidual,"Image",mPropStat,{"% Undetected","% False Detect"});


for (const std::string & aName : VectMainSet(0))
Expand Down

0 comments on commit 89c5dab

Please sign in to comment.