We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3fcb63 commit 72b0e4dCopy full SHA for 72b0e4d
MMVII/src/Sensors/cCentralPerspCam.cpp
@@ -1101,6 +1101,8 @@ void BenchImAndZ()
1101
1102
void BenchCentralePerspective(cParamExeBench & aParam)
1103
{
1104
+ if (! aParam.NewBench("CentralPersp")) return;
1105
+
1106
BenchAiconCamera();
1107
1108
// Test the accuracy of tabulation on dist/undist
@@ -1151,8 +1153,6 @@ void BenchCentralePerspective(cParamExeBench & aParam)
1151
1153
1152
1154
BenchCentralePerspective(aParam,eProjPC::eOrthoGraphik);
1155
- if (! aParam.NewBench("CentralPersp")) return;
-
1156
BenchStenopeSat();
1157
BenchImAndZ();
1158
0 commit comments