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

Merge remote-tracking branch 'origin/develop' into rfc-9-sarcalibration

Conflicts:
	Modules/ThirdParty/OssimPlugins/src/ossim/ossimSentinel1Model.cpp
parents ba671ccb b5202bb7
No related branches found
No related tags found
No related merge requests found
......@@ -40,9 +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