Salome HOME
Refinement per axis + Spread method
[tools/medcoupling.git] / src / MEDCoupling_Swig / MEDCouplingMemArray.i
index 7d583d4c8599038e25bab3262e4e12f06be9a464..e7e283efcee79bd9a44f42bccdc34b104c4098d9 100644 (file)
@@ -242,6 +242,7 @@ namespace ParaMEDMEM
     static int GetPosOfItemGivenBESRelativeNoThrow(int value, int begin, int end, int step) throw(INTERP_KERNEL::Exception);
     static std::string GetVarNameFromInfo(const std::string& info) throw(INTERP_KERNEL::Exception);
     static std::string GetUnitFromInfo(const std::string& info) throw(INTERP_KERNEL::Exception);
+    static std::string BuildInfoFromVarAndUnit(const std::string& var, const std::string& unit) throw(INTERP_KERNEL::Exception);
     void updateTime() const;
     %extend
     {