From 41c01408b76df0f2a10653227faa6f444feebac5 Mon Sep 17 00:00:00 2001 From: eap Date: Fri, 26 Jul 2013 12:50:57 +0000 Subject: [PATCH] 0022287: [CEA 912] Notebook: clicking on "update study" returns an error message initialize myValue in constructor --- src/SALOMEDSImpl/SALOMEDSImpl_ScalarVariable.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ) {} //============================================================================ -- 2.39.2