Salome HOME
0022778: [CEA 1298] Python file compilation should be done at build time, not install...
[modules/med.git] / src / MEDCalculator / MEDCalculatorDBField.cxx
index 0f848e7239ea668a851f9b8ad76a2f74ef53b5b0..8037eb9864910503e4968fa20d7d4e194fc7dc1f 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2015  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
@@ -51,7 +51,7 @@ std::size_t MEDCalculatorDBField::getHeapMemorySizeWithoutChildren() const
   return 0;
 }
 
-std::vector<const BigMemoryObject *> MEDCalculatorDBField::getDirectChildren() const
+std::vector<const BigMemoryObject *> MEDCalculatorDBField::getDirectChildrenWithNull() const
 {
   return std::vector<const BigMemoryObject *>();
 }