Salome HOME
Merge from V6_main 11/02/2013
[modules/med.git] / src / MEDCalculator / MEDCalculatorDBField.hxx
index a8eb1dc8d895c205748620d8c535b08c6f92991d..0ed67b13e7e6bcf23e5c114265a94e17f8823470 100644 (file)
@@ -45,6 +45,7 @@ namespace ParaMEDMEM
   public:
     static MEDCalculatorDBFieldReal *New(const MEDCalculatorBrowserField& ls);
     static MEDCalculatorDBFieldCst *New(double val);
+    std::size_t getHeapMemorySize() const { return 0; }
     virtual MEDCalculatorDBField *operator+(const MEDCalculatorDBField& other) const throw(INTERP_KERNEL::Exception) = 0;
     MEDCalculatorDBField *operator+(double val) const throw(INTERP_KERNEL::Exception);
     virtual MEDCalculatorDBField *operator-(const MEDCalculatorDBField& other) const throw(INTERP_KERNEL::Exception) = 0;