Skip to content
Snippets Groups Projects
Commit 209f2fe3 authored by Otmane Lahlou's avatar Otmane Lahlou
Browse files

MRG

parents 0845ca7e 53e90637
No related branches found
No related tags found
No related merge requests found
...@@ -429,10 +429,12 @@ bool ossimRadarSatModel::saveState(ossimKeywordlist& kwl, ...@@ -429,10 +429,12 @@ bool ossimRadarSatModel::saveState(ossimKeywordlist& kwl,
bool ossimRadarSatModel::loadState (const ossimKeywordlist &kwl, bool ossimRadarSatModel::loadState (const ossimKeywordlist &kwl,
const char *prefix) const char *prefix)
{ {
InitSRGR(kwl, prefix);
InitSensorParams(kwl, prefix); InitSensorParams(kwl, prefix);
InitPlatformPosition(kwl, prefix); InitPlatformPosition(kwl, prefix);
InitRefPoint(kwl, prefix); InitRefPoint(kwl, prefix);
InitSRGR(kwl, prefix);
return true; return true;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment