]> SALOME platform Git repositories - modules/shaper.git/blob - ModelAPI_AttributeDouble.cpp
Salome HOME
7847dfabd7a94b621210446a0541d426dcbc7f3a
[modules/shaper.git] / ModelAPI_AttributeDouble.cpp
1 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
2
3 // File:        ModelAPI_AttributeDouble.cpp
4 // Created:     2 Apr 2014
5 // Author:      Mikhail PONIKAROV
6
7 #include "ModelAPI_AttributeDouble.h"
8
9 std::string ModelAPI_AttributeDouble::attributeType()
10 {
11   return type();
12 }
13
14 ModelAPI_AttributeDouble::~ModelAPI_AttributeDouble()
15 {
16 }
17
18 ModelAPI_AttributeDouble::ModelAPI_AttributeDouble()
19 {
20 }