diff --git a/Modules/ThirdParty/OssimPlugins/src/ossim/ossimSentinel1Model.cpp b/Modules/ThirdParty/OssimPlugins/src/ossim/ossimSentinel1Model.cpp
index e1e5d21f40d234b191b941601e49a976249b5878..f0bd0d5b477546e035d4ee3dac1e748b9ca096af 100644
--- a/Modules/ThirdParty/OssimPlugins/src/ossim/ossimSentinel1Model.cpp
+++ b/Modules/ThirdParty/OssimPlugins/src/ossim/ossimSentinel1Model.cpp
@@ -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)
    {
 
    }