Salome HOME
Profile object creation.
[modules/hydro.git] / src / HYDROCurveCreator / CurveCreator_Curve.cxx
index 7732314881c16fce744807370401d6da9500067b..cccf4a20302532beeecfd8c54a4e79c9cc11cbc2 100644 (file)
@@ -520,12 +520,13 @@ bool CurveCreator_Curve::joinInternal( const int theISectionTo,
   return res;
 }
 
-//! Join range of sections to one section (join all sections if -1 is passed in one of arguments)
+//! Join range of sections to one section (join all sections if -1 is passed in theISectionFrom argument)
 bool CurveCreator_Curve::join( const int theISectionTo, 
                                const int theISectionFrom )
 {
+  //TODO
   bool res = false;
-  if (theISectionTo != theISectionFrom) {
+  if ( theISectionTo != theISectionFrom ) {
     startOperation();
     if (addEmptyDiff())
       myListDiffs.back().init(this, CurveCreator_Operation::Join, theISectionTo, theISectionFrom);