Salome HOME
Implement view python function to be able to view a field's iteration from the python...
[modules/med.git] / src / MEDCalc / cmp / MEDDataManager_i.hxx
index b68fc714dfd6f795832e2b4571b54e1933266f28..4b0a55c819db417be00c807677ef9be14bcbc646 100644 (file)
@@ -161,6 +161,8 @@ private:
   MEDCouplingUMesh * getUMesh(long meshHandlerId);
   long getUMeshId(const MEDCouplingMesh * mesh);
 
+  double getFieldTimeStep(CORBA::Long fieldHandlerId);
+
   INTERP_KERNEL::IntersectionType _getIntersectionType(const char* intersType);
   MEDCoupling::NatureOfField _getNatureOfField(const char* fieldNature);