]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/Model/Model_AttributeDouble.cpp
Salome HOME
1. myIsInitialized should have "false" by default. Validators check it to enable...
[modules/shaper.git] / src / Model / Model_AttributeDouble.cpp
index 0a8566d119954485f051674eca21380c27045d1c..05a25684182f51e35e24930e769d481639b317f3 100644 (file)
@@ -11,9 +11,9 @@
 #include <ModelAPI_Expression.h>
 #include <ModelAPI_Object.h>
 
-Model_AttributeDouble::Model_AttributeDouble(TDF_Label& theLabel)
+Model_AttributeDouble::Model_AttributeDouble()
 {
-  myIsInitialized = true;
+  myIsInitialized = false;
 }
 
 void Model_AttributeDouble::setCalculatedValue(const double theValue)