X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROCurveCreator%2FCurveCreator_ICurve.hxx;h=821343e3493f3be387f27b6e715d50309d9c48de;hb=a8213a40ae36460055057f09e3e0828a01e27123;hp=a36ebe92a8d4b34166d166a5bf01667d31d974e3;hpb=a23fa81dd76041264b4ddd65883ea9bfb7cc67bd;p=modules%2Fhydro.git diff --git a/src/HYDROCurveCreator/CurveCreator_ICurve.hxx b/src/HYDROCurveCreator/CurveCreator_ICurve.hxx index a36ebe92..821343e3 100644 --- a/src/HYDROCurveCreator/CurveCreator_ICurve.hxx +++ b/src/HYDROCurveCreator/CurveCreator_ICurve.hxx @@ -62,7 +62,7 @@ public: typedef std::pair SectionToPoint; typedef std::deque SectionToPointList; - typedef std::deque>> SectionToPointCoordsList; + typedef std::deque< std::pair< SectionToPoint,std::deque< float > > > SectionToPointCoordsList; public: /***********************************************/