Salome HOME
Implement view python function to be able to view a field's iteration from the python...
[modules/med.git] / idl / MEDDataManager.idl
index 6f46be875efd0a88ba36ad223f9ae1753abdf8e1..715c4d9e770b217c1dc1c0abd23761b6e245b1f7 100644 (file)
@@ -154,6 +154,8 @@ module MEDCALC
 
     //void saveFields(in FieldHandlerList fieldHandlerList, in string filepath);
 
+    double getFieldTimeStep(in long fieldHandlerId);
+
     void changeUnderlyingMesh(in long fieldHandlerId, in long meshHandlerId)
       raises (SALOME::SALOME_Exception);