]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Fix for problems of compilation on Windows
authormpv <mpv@opencascade.com>
Wed, 22 Jun 2016 07:37:19 +0000 (10:37 +0300)
committerdbv <dbv@opencascade.com>
Thu, 7 Jul 2016 09:39:40 +0000 (12:39 +0300)
src/GeomAlgoAPI/GeomAlgoAPI_DirectAPI.h
src/GeomAlgoAPI/GeomAlgoAPI_MakeShape.cpp

index 26a7e82fd8e24eb02e2a24183e63de12f890721d..ef804ed7831cd74e2d49ee17cd49328f0437f591 100644 (file)
@@ -19,7 +19,7 @@ namespace GeomAlgoAPI_DirectAPI
  * \ingroup DataAlgo
  * \brief Allows to access the direct API
  */
-class GeomAlgoAPI_DirectAPI
+class GEOMALGOAPI_EXPORT GeomAlgoAPI_DirectAPI
 {
 public:
   /// Creates a box using the dimensions.
index 4f74d5aefe87c9c598c29f6af0da6467f1700203..e8a372682ca278c676a25b58035ceed90b96890a 100644 (file)
@@ -204,7 +204,7 @@ void GeomAlgoAPI_MakeShape::initialize() {
 //=================================================================================================
 void GeomAlgoAPI_MakeShape::prepareNamingFaces()
 {
-  int index = 1;
+  long double index = 1;
   GeomAPI_ShapeExplorer anExp(shape(), GeomAPI_Shape::FACE);
   for(GeomAPI_ShapeExplorer anExp(shape(), GeomAPI_Shape::FACE); anExp.more(); anExp.next()) {
     std::shared_ptr<GeomAPI_Shape> aFace = anExp.current();