Skip to content

Commit

Permalink
Bug Dans Err Moy Pts Flottant
Browse files Browse the repository at this point in the history
  • Loading branch information
deseilligny committed Feb 11, 2017
1 parent 034525f commit 66575fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/uti_phgrm/Apero/PtsFlottant.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,8 @@ double cOneAppuisFlottant::AddObs(const cObsAppuisFlottant & anObs,cStatObs & aS
double aSPds = 0;
for (int aK=0 ; aK<int(mCams.size()) ; aK++)
{
if (mCams[aK]->RotIsInit())
// 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);
Expand Down

0 comments on commit 66575fd

Please sign in to comment.