diff --git a/src/uti_phgrm/Apero/PtsFlottant.cpp b/src/uti_phgrm/Apero/PtsFlottant.cpp index 9242644219..62bba0244a 100644 --- a/src/uti_phgrm/Apero/PtsFlottant.cpp +++ b/src/uti_phgrm/Apero/PtsFlottant.cpp @@ -369,7 +369,8 @@ double cOneAppuisFlottant::AddObs(const cObsAppuisFlottant & anObs,cStatObs & aS double aSPds = 0; for (int aK=0 ; aKRotIsInit()) + // mPdsIm[aK]>0 Modif MPD , erreur sur erreur Max et Moy + if (mCams[aK]->RotIsInit() && (mPdsIm[aK]>0)) { Pt2dr anEc = aRes.mEcIm[aK]; double anEr = euclid(anEc);