From: eap Date: Fri, 26 Jul 2013 12:50:57 +0000 (+0000) Subject: 0022287: [CEA 912] Notebook: clicking on "update study" returns an error message X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=41c01408b76df0f2a10653227faa6f444feebac5;p=modules%2Fyacs.git 0022287: [CEA 912] Notebook: clicking on "update study" returns an error message initialize myValue in constructor --- diff --git a/src/SALOMEDSImpl/SALOMEDSImpl_ScalarVariable.cxx b/src/SALOMEDSImpl/SALOMEDSImpl_ScalarVariable.cxx index b070c19c0..210ed697c 100644 --- a/src/SALOMEDSImpl/SALOMEDSImpl_ScalarVariable.cxx +++ b/src/SALOMEDSImpl/SALOMEDSImpl_ScalarVariable.cxx @@ -38,7 +38,8 @@ SALOMEDSImpl_ScalarVariable:: SALOMEDSImpl_ScalarVariable(SALOMEDSImpl_GenericVariable::VariableTypes type, const std::string& theName): - SALOMEDSImpl_GenericVariable(type,theName) + SALOMEDSImpl_GenericVariable(type,theName), + myValue( 1e+100 ) {} //============================================================================