]> SALOME platform Git repositories - modules/homard.git/blobdiff - src/HOMARD_I/HOMARD_Iteration_i.cxx
Salome HOME
Selection of the last time step; Back to the current directory after a computation...
[modules/homard.git] / src / HOMARD_I / HOMARD_Iteration_i.cxx
index 295aaccad3e4d07158a5c1bd7cc90692f1116ce0..a29d2b3ad0f9f1ccb4cc9b664b05fefa2d2c9b60 100644 (file)
@@ -192,6 +192,12 @@ void HOMARD_Iteration_i::SetTimeStepRank( CORBA::Long TimeStep, CORBA::Long Rank
   myHomardIteration->SetTimeStepRank( TimeStep, Rank );
 }
 //=============================================================================
+void HOMARD_Iteration_i::SetTimeStepRankLast()
+{
+  ASSERT( myHomardIteration );
+  myHomardIteration->SetTimeStepRankLast();
+}
+//=============================================================================
 CORBA::Long HOMARD_Iteration_i::GetTimeStep()
 {
   ASSERT( myHomardIteration );