Salome HOME
OK thanks to INV !
[modules/med.git] / src / MEDCalculator / MEDCalculatorDBSliceField.hxx
index d4697b8c9a0d2fd9da6e769cb41bd3fb0697e40c..f13f5e9d96b186d023a7720996cbce52abea7b57 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2013  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -40,6 +40,7 @@ namespace ParaMEDMEM
   public:
     MEDCalculatorDBSliceField(int iter, int order);
     MEDCalculatorDBSliceField(MEDCouplingFieldDouble *f);
+    std::size_t getHeapMemorySize() const { return 0; }
     bool isFetched() const { return _field!=0; }
     void getDtIt(int& it, int& order) const { it=_iteration;  order=_order; }
     void setField(MEDCouplingFieldDouble *f) const;