From: eap Date: Thu, 19 Jul 2018 11:28:09 +0000 (+0300) Subject: Fix persistence of the HYBRID hypothesis X-Git-Tag: SHAPER_V9_1_0RC1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a3093a89df1dba939ed2c8739fa7c4d7a4356dae;p=plugins%2Fhybridplugin.git Fix persistence of the HYBRID hypothesis --- diff --git a/src/HYBRIDPlugin/HYBRIDPlugin_Hypothesis.cxx b/src/HYBRIDPlugin/HYBRIDPlugin_Hypothesis.cxx index 826b9f9..2d14876 100644 --- a/src/HYBRIDPlugin/HYBRIDPlugin_Hypothesis.cxx +++ b/src/HYBRIDPlugin/HYBRIDPlugin_Hypothesis.cxx @@ -1783,6 +1783,7 @@ std::istream & HYBRIDPlugin_Hypothesis::LoadFrom(std::istream & load) } } + isOK = static_cast(load >> separator); if ( isOK ) { i = atoi( separator.c_str() );