File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
104104cAppliTestStaticLidarRevEng::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())
You can’t perform that action at this time.
0 commit comments