Skip to content
Snippets Groups Projects
Commit c5a23ed9 authored by Julien Malik's avatar Julien Malik
Browse files

WRG: fix init order

parent 2ab925b4
No related branches found
No related tags found
No related merge requests found
...@@ -118,6 +118,8 @@ ossimPleiadesDimapSupportData::ossimPleiadesDimapSupportData () ...@@ -118,6 +118,8 @@ ossimPleiadesDimapSupportData::ossimPleiadesDimapSupportData ()
theProductIsOk(false), theProductIsOk(false),
TheRpcIsOk(false), TheRpcIsOk(false),
theXmlDocumentRoot(), theXmlDocumentRoot(),
theSensorID(),
theImageID(), theImageID(),
theProductionDate(), theProductionDate(),
theAcquisitionDate(), theAcquisitionDate(),
...@@ -153,9 +155,7 @@ ossimPleiadesDimapSupportData::ossimPleiadesDimapSupportData () ...@@ -153,9 +155,7 @@ ossimPleiadesDimapSupportData::ossimPleiadesDimapSupportData ()
theLrCorner(), theLrCorner(),
theLlCorner(), theLlCorner(),
theRefGroundPoint(0.0, 0.0, 0.0), theSpecId(),
theRefImagePoint(0.0, 0.0),
theErrBias(0), theErrBias(0),
theErrBiasX(0), theErrBiasX(0),
theErrBiasY(0), theErrBiasY(0),
...@@ -174,7 +174,9 @@ ossimPleiadesDimapSupportData::ossimPleiadesDimapSupportData () ...@@ -174,7 +174,9 @@ ossimPleiadesDimapSupportData::ossimPleiadesDimapSupportData ()
theLineDenCoeff(), theLineDenCoeff(),
theSampNumCoeff(), theSampNumCoeff(),
theSampDenCoeff(), theSampDenCoeff(),
theSpecId()
theRefGroundPoint(0.0, 0.0, 0.0),
theRefImagePoint(0.0, 0.0)
{ {
} }
......
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