Skip to content

Commit

Permalink
Pb with sys coord in coded target . Momentarily supress propag
Browse files Browse the repository at this point in the history
  • Loading branch information
deseilligny committed Feb 26, 2024
1 parent 4df9f43 commit 38fd8ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions MMVII/src/Sensors/cPhotogrammetricProject.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -464,10 +464,12 @@ void cPhotogrammetricProject::SaveSensor(const cSensorImage & aSens) const

aSens.ToFile(mDPOrient.FullDirOut() + aSens.NameOriStd());

/* PB : 1 bad reread + in // ?
if (aSens.HasCoordinateSystem())
{
SaveCurSysCoOri(ReadSysCo(aSens.GetCoordinateSystem()));
}
*/
}


Expand Down Expand Up @@ -1027,6 +1029,7 @@ tPtrSysCo cPhotogrammetricProject::CurSysCo(const cDirsPhProj & aDP,bool SVP) c
return tPtrSysCo(nullptr);
}
cRefSysCo aRef;

ReadFromFile(aRef,aName);

return ReadSysCo(aRef.mName,false);
Expand Down

0 comments on commit 38fd8ed

Please sign in to comment.