Salome HOME
Integrate new splash for SALOME 4.x
authorvsr <vsr@opencascade.com>
Mon, 15 Oct 2007 11:59:56 +0000 (11:59 +0000)
committervsr <vsr@opencascade.com>
Mon, 15 Oct 2007 11:59:56 +0000 (11:59 +0000)
src/GEOMBase/GEOMBase_Skeleton.h

index c0bdc2f728e557087e0814b3b4d4237c87b611ea..089681038cbde94dadef25bd7b1e46ab82e9523d 100644 (file)
@@ -38,6 +38,11 @@ class QLineEdit;
 class QButtonGroup;
 class QPushButton;
 
+#ifndef COORD_MIN
+#  define COORD_MIN -1e+15
+#  define COORD_MAX +1e+15
+#endif // COORD_MIN
+
 class GEOMBASE_EXPORT GEOMBase_Skeleton : public QDialog, public GEOMBase_Helper
 {
   Q_OBJECT