We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f585e1d commit 19e0531Copy full SHA for 19e0531
MMVII/src/OrientReport/PoseCmp.cpp
@@ -81,7 +81,11 @@ int cAppli_PoseCmp::Exe()
81
82
cDirsPhProj & aDirOri2 = *mPhProj.NewDPIn(eTA2007::Orient,mOri2);
83
84
+ MMVII_INTERNAL_ASSERT_tiny(IsDirectory(mPhProj.DPOrient().FullDirIn()),
85
+ "Ori " + mPhProj.DPOrient().FullDirIn() + " does not exist");
86
87
+ MMVII_INTERNAL_ASSERT_tiny(IsDirectory(aDirOri2.FullDirIn()),
88
+ "Ori " + mOri2 + " does not exist");
89
90
std::vector<cSensorCamPC*> aVCam1;
91
std::vector<cSensorCamPC*> aVCam2;
0 commit comments