From 6e3c5e0a23260c591d84eeb713c892b44850d0b6 Mon Sep 17 00:00:00 2001 From: deseilligny Date: Fri, 30 Aug 2024 16:41:34 +0200 Subject: [PATCH] CPb compile Linux (still not on W) --- MMVII/src/OrientReport/MesImQuality.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MMVII/src/OrientReport/MesImQuality.cpp b/MMVII/src/OrientReport/MesImQuality.cpp index ac7fa8815a..10e8d59b06 100644 --- a/MMVII/src/OrientReport/MesImQuality.cpp +++ b/MMVII/src/OrientReport/MesImQuality.cpp @@ -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; @@ -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)