Skip to content

Commit 5a8f9db

Browse files
author
deseilligny
committed
Pb Qc detected corrected
1 parent 4eca14f commit 5a8f9db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MMVII/src/Mesh/cTestLidarInvEng.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ class cAppliTestStaticLidarRevEng : public cMMVII_Appli
7878
std::string mNameInputScan;
7979
// --- Optional ----
8080
bool mShow; //< do we show msg
81-
tREAL8 mThsRelStepPhi; //< relative toreshold for phi
81+
//tREAL8 mThsRelStepPhi; //< relative toreshold for phi
8282
std::vector<int> mIndParamN; //< Param for computing normal
8383
std::vector<int> mTestLines; //< Line for which we do test
8484

@@ -104,7 +104,7 @@ class cAppliTestStaticLidarRevEng : public cMMVII_Appli
104104
cAppliTestStaticLidarRevEng::cAppliTestStaticLidarRevEng(const std::vector<std::string> & aVArgs,const cSpecMMVII_Appli & aSpec) :
105105
cMMVII_Appli (aVArgs,aSpec),
106106
mShow (true),
107-
mThsRelStepPhi (4.0),
107+
// mThsRelStepPhi (4.0),
108108
mIndParamN {4,0},
109109
mTestLines {5,4},
110110
mRotInit2New (tRotR::Identity())

0 commit comments

Comments
 (0)