Skip to content

Commit 72b0e4d

Browse files
committed
fix CentralPersp bench selection
1 parent b3fcb63 commit 72b0e4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MMVII/src/Sensors/cCentralPerspCam.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1101,6 +1101,8 @@ void BenchImAndZ()
11011101

11021102
void BenchCentralePerspective(cParamExeBench & aParam)
11031103
{
1104+
if (! aParam.NewBench("CentralPersp")) return;
1105+
11041106
BenchAiconCamera();
11051107

11061108
// Test the accuracy of tabulation on dist/undist
@@ -1151,8 +1153,6 @@ void BenchCentralePerspective(cParamExeBench & aParam)
11511153

11521154
BenchCentralePerspective(aParam,eProjPC::eOrthoGraphik);
11531155

1154-
if (! aParam.NewBench("CentralPersp")) return;
1155-
11561156
BenchStenopeSat();
11571157
BenchImAndZ();
11581158

0 commit comments

Comments
 (0)