Salome HOME
5bf71d9a765412a62220b660d167195cd1b38640
[modules/shaper.git] / ModelAPI_ResultConstruction.cpp
1 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
2
3 // File:        ModelAPI_ResultConstruction.cpp
4 // Created:     07 Jul 2014
5 // Author:      Mikhail PONIKAROV
6
7 #include "ModelAPI_ResultConstruction.h"
8 #include <string>
9
10 std::string ModelAPI_ResultConstruction::groupName()
11 {
12   return group();
13 }
14