Salome HOME
NCollection sequences improved.
[modules/hydro.git] / src / HYDROPy / HYDROData_Bathymetry.sip
index 057b276785186b90a14083a6924a02fd1c626c56..c13645ade96043e1f6919a8563f0fee9118a136f 100644 (file)
@@ -40,7 +40,7 @@ class HYDROData_Bathymetry : HYDROData_IAltitudeObject
 %End
 
   typedef gp_XYZ                       AltitudePoint;
-  typedef NCollection_Sequence<HYDROData_Bathymetry::AltitudePoint> AltitudePoints;
+  typedef NCollection_Sequence<gp_XYZ> AltitudePoints;
 
 
 %TypeHeaderCode