Salome HOME
lot 10 - warnings for DTM - untested
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_CalculationOp.cxx
index 551a991feb4e2e96d10f83a07914f611e7958064..fce39e299a316265e3e7b638849c73618952abbe 100644 (file)
@@ -201,7 +201,7 @@ void HYDROGUI_CalculationOp::startOperation()
 
   aPanel->setObjectName( anObjectName );
   aPanel->setEditedObject( myEditedObject );
-  
+
   setGeomObjectsVisible( true );
 
   createPreview( false );
@@ -600,7 +600,6 @@ void HYDROGUI_CalculationOp::onRemoveObjects()
   if (myIsComplete)
   {
     QSet<QString> selMap = aSelectedList.toSet();
-
   }
 
 
@@ -856,7 +855,7 @@ void HYDROGUI_CalculationOp::onApply()
                                aMsg ); 
   }
 }
-
+#include <HYDROData_CompleteCalcCase.h>
 void HYDROGUI_CalculationOp::onNext( const int theIndex )
 {
   if( theIndex==1 && !myIsComplete)