]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Providing portability with CAS-6.2.1sp1
authormaintenance team <salome-mnt@opencascade.com>
Tue, 19 Feb 2008 08:13:53 +0000 (08:13 +0000)
committermaintenance team <salome-mnt@opencascade.com>
Tue, 19 Feb 2008 08:13:53 +0000 (08:13 +0000)
src/GEOMAlgo/GEOMAlgo_FinderShapeOnQuad.hxx

index fe9ed8e66325a95f737904e62d9b33bd61f263e9..6b15851b1b79fc27c9adc938e9caf463db460261 100644 (file)
@@ -52,9 +52,9 @@ protected:
 private:
 
   bool                         myConcaveQuad;
-  vector<bool>                 myConcaveSide;
-  vector<gp_Pnt>               myPoints;
-  vector<GeomAdaptor_Surface>  myPlanes;
+  std::vector<bool>                 myConcaveSide;
+  std::vector<gp_Pnt>               myPoints;
+  std::vector<GeomAdaptor_Surface>  myPlanes;
   gp_Vec                       myQuadNormal;
 };
 #endif