]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModelAPI/ModelAPI_Attribute.cpp
Salome HOME
Added the system of reinitialization of attributes instead of re-creation of them...
[modules/shaper.git] / src / ModelAPI / ModelAPI_Attribute.cpp
index e7553a05da282865ec233007a0e627e3a8b4e446..dd704bd31d22b15454ff35fcd87717ba559b916a 100644 (file)
@@ -83,3 +83,5 @@ void ModelAPI_Attribute::setID(const std::string theID)
 {
   myID = theID;
 }
+
+void ModelAPI_Attribute::reinit() {}