Skip to content
Snippets Groups Projects
Commit b5202bb7 authored by Rashad Kanavath's avatar Rashad Kanavath
Browse files

COV: fix uninitialized vars in ctor

parent 3ee0c0c9
No related branches found
No related tags found
No related merge requests found
......@@ -40,8 +40,8 @@ namespace ossimplugins
//*************************************************************************************************
ossimSentinel1Model::ossimSentinel1Model(const ossimSentinel1Model& rhs)
:ossimSarModel(rhs)
, theOCN(rhs.isOCN())
, theSLC(rhs.isSLC())
, theOCN(rhs.theOCN)
, theSLC(rhs.theSLC)
{
......
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