Skip to content

Commit

Permalink
CPb compile Linux (still not on W)
Browse files Browse the repository at this point in the history
  • Loading branch information
deseilligny committed Aug 30, 2024
1 parent afc88ff commit 6e3c5e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MMVII/src/OrientReport/MesImQuality.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class cAppli_MesImReport : public cMMVII_Appli
std::string mNameReportDetail;

std::string mSuffixReportSubDir; // additional name for report subdir
double mMarginMiss; /// Margin for counting missing targets
// double mMarginMiss; /// Margin for counting missing targets

cStdStatRes mStatGlob;
std::string mNameSubDir;
Expand All @@ -76,7 +76,7 @@ cAppli_MesImReport::cAppli_MesImReport
mNameReportGlobResidual ("StatResidual"),
mNameReportDetail ("Detail"),
mSuffixReportSubDir (""),
mMarginMiss (50.0),
// mMarginMiss (50.0),
mNbUndetectedGlob (0),
mNbFalseDetGlob (0),
mNbRefGlob (0)
Expand Down

0 comments on commit 6e3c5e0

Please sign in to comment.