Salome HOME
Profile object realization. OCC Viewer embeded into the profile dialog box.
[modules/hydro.git] / src / HYDROCurveCreator / CurveCreator_ICurve.hxx
index a36ebe92a8d4b34166d166a5bf01667d31d974e3..821343e3493f3be387f27b6e715d50309d9c48de 100644 (file)
@@ -62,7 +62,7 @@ public:
   typedef std::pair<int,int> SectionToPoint;
   typedef std::deque<SectionToPoint> SectionToPointList;
 
-  typedef std::deque<std::pair<SectionToPoint,std::deque<float>>> SectionToPointCoordsList;
+  typedef std::deque< std::pair< SectionToPoint,std::deque< float > > > SectionToPointCoordsList;
 
 public:
   /***********************************************/