Salome HOME
Modification of the getHeapMemorySize computation.
[modules/med.git] / src / MEDCoupling / MEDCouplingMesh.hxx
index af3d71d026a5a89056324108dae04eaaa08e13ed..f12406fabed464ac2a0ede2189bd1648346673d9 100644 (file)
@@ -54,7 +54,7 @@ namespace ParaMEDMEM
   class MEDCOUPLING_EXPORT MEDCouplingMesh : public RefCountObject, public TimeLabel
   {
   public:
-    std::size_t getHeapMemorySize() const;
+    std::size_t getHeapMemorySizeWithoutChildren() const;
     void setName(const char *name) { _name=name; }
     std::string getName() const { return _name; }
     void setDescription(const char *descr) { _description=descr; }