Skip to content

Commit 965a7e3

Browse files
authored
Merge pull request #261 from micmacIGN/fix-CodedTargetRefineCirc
fix CodedTargetRefineCirc cmd
2 parents 2c449d1 + 19ada95 commit 965a7e3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

MMVII/src/CodedTarget/cDistCorrectCirgTarget.cpp

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ cCollecSpecArg2007 & cAppliCorrecDistCircTarget::ArgObl(cCollecSpecArg2007 & anA
8787
anArgObl
8888
<< Arg2007(mSpecImIn,"Pattern/file for images",{{eTA2007::MPatFile,"0"},{eTA2007::FileDirProj}})
8989
<< mPhProj.DPGndPt2D().ArgDirInMand()
90+
<< mPhProj.DPGndPt3D().ArgDirInMand()
9091
<< mPhProj.DPOrient().ArgDirInMand()
9192

9293
;
@@ -237,11 +238,6 @@ int cAppliCorrecDistCircTarget::Exe()
237238

238239
EstimateRealCenter();
239240

240-
if (mSaveMeasure)
241-
{
242-
mPhProj.CpGCP();
243-
}
244-
245241
StdOut() << "RAY=" << mRayTarget << std::endl;
246242

247243
return EXIT_SUCCESS;

0 commit comments

Comments
 (0)