Salome HOME
MED file mesh loading on demand.
[modules/med.git] / src / MEDCalculator / MEDCalculatorDBField.hxx
index bf02bd98399564a4cd3105e27b4098dbc3f4cb9c..16b85d2c2b18ec02d0b591cf73668910e1b174f3 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
@@ -16,6 +16,7 @@
 //
 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
+// Author : Anthony Geay (CEA/DEN)
 
 #ifndef __MEDCALCULATORDBFIELD_HXX__
 #define __MEDCALCULATORDBFIELD_HXX__
@@ -44,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;