Salome HOME
Fix the problem of not previewed results of constraints applied. Flash Delete (for...
[modules/shaper.git] / src / GeomData / GeomData_Dir.cpp
index 477a89c2079691ee5196b6a9142306fa3e814f96..b1378d1710ac1a5839ffe32fc38dc45567151dcd 100644 (file)
@@ -11,8 +11,6 @@
 #include <ModelAPI_Feature.h>
 #include <ModelAPI_Data.h>
 
-using namespace std;
-
 void GeomData_Dir::setValue(const double theX, const double theY, const double theZ)
 {
   if (!myIsInitialized || myCoords->Value(0) != theX || myCoords->Value(1) != theY