]> SALOME platform Git repositories - plugins/hybridplugin.git/commitdiff
Salome HOME
Fix persistence of the HYBRID hypothesis SHAPER_V9_1_0RC1
authoreap <eap@opencascade.com>
Thu, 19 Jul 2018 11:28:09 +0000 (14:28 +0300)
committereap <eap@opencascade.com>
Thu, 19 Jul 2018 11:28:09 +0000 (14:28 +0300)
src/HYBRIDPlugin/HYBRIDPlugin_Hypothesis.cxx

index 826b9f9891e4ea775d2b000c22bc311be3335507..2d14876675cfeba531ac6d5af15d53f3456788b1 100644 (file)
@@ -1783,6 +1783,7 @@ std::istream & HYBRIDPlugin_Hypothesis::LoadFrom(std::istream & load)
     }
   }
 
+  isOK = static_cast<bool>(load >> separator);
   if ( isOK )
   {
     i = atoi( separator.c_str() );