Salome HOME
Merge branch 'BR_HYDRO_IMPS_2016' into pre/IMPS_2016
[modules/hydro.git] / src / HYDROData / HYDROData_LCM_FaceClassifier.h
index 6afd303d6d763d894c9626cb628db91d800beca4..1a83a7efede3c8bee1c7bc8de75bb241eba396ff 100644 (file)
@@ -89,7 +89,7 @@ public:
   ~HYDROData_LCM_FaceClassifier()
   {};
 
-  void Classify( const std::vector<gp_Pnt2d>& thePoints, 
+  void Classify( const std::vector<gp_XY>& thePoints, 
     std::vector<std::set <QString> >& theTypes, 
     std::vector<NCollection_Map <TopoDS_Face> >* theFaces) const;