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