Salome HOME
Merge branch 'Dev_0.7.1' of newgeom:newgeom.git into Dev_0.7.1
[modules/shaper.git] / src / ModelAPI / 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 }