Salome HOME
Merge branch 'Dev_0.7.1' of newgeom:newgeom into Dev_0.7.1
[modules/shaper.git] / src / ModelAPI / ModelAPI_Document.cpp
1 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
2
3 // File:        ModelAPI_Document.cpp
4 // Created:     28 Feb 2014
5 // Author:      Mikhail PONIKAROV
6
7 #include <ModelAPI_Document.h>
8
9 ModelAPI_Document::~ModelAPI_Document()
10 {
11 }
12
13 /// Only for SWIG wrapping it is here
14 ModelAPI_Document::ModelAPI_Document()
15 {
16 }