From aae83cde8d196cd40a5124420e582e08b41017f7 Mon Sep 17 00:00:00 2001 From: ageay Date: Wed, 20 May 2009 08:45:49 +0000 Subject: [PATCH] *** empty log message *** --- src/MEDCoupling/MEDCouplingField.cxx | 2 +- src/MEDCoupling/MEDCouplingField.hxx | 2 +- src/ParaMEDMEM/DEC.cxx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/MEDCoupling/MEDCouplingField.cxx b/src/MEDCoupling/MEDCouplingField.cxx index 1443a82a8..12414ce0b 100644 --- a/src/MEDCoupling/MEDCouplingField.cxx +++ b/src/MEDCoupling/MEDCouplingField.cxx @@ -45,7 +45,7 @@ void MEDCouplingField::updateTime() updateTimeWith(*_mesh); } -TypeOfField MEDCouplingField::getEntity() const +TypeOfField MEDCouplingField::getTypeOfField() const { return _type->getEnum(); } diff --git a/src/MEDCoupling/MEDCouplingField.hxx b/src/MEDCoupling/MEDCouplingField.hxx index 40a1b3857..02688c1a5 100644 --- a/src/MEDCoupling/MEDCouplingField.hxx +++ b/src/MEDCoupling/MEDCouplingField.hxx @@ -43,7 +43,7 @@ namespace ParaMEDMEM const char *getDescription() const { return _desc.c_str(); } void setDescription(const char *desc) { _desc=desc; } const char *getName() const { return _name.c_str(); } - TypeOfField getEntity() const; + TypeOfField getTypeOfField() const; MEDCouplingMesh *buildSubMeshData(const int *start, const int *end, DataArrayInt *&di) const; protected: void updateTime(); diff --git a/src/ParaMEDMEM/DEC.cxx b/src/ParaMEDMEM/DEC.cxx index b17616c6d..a49a7c3d9 100644 --- a/src/ParaMEDMEM/DEC.cxx +++ b/src/ParaMEDMEM/DEC.cxx @@ -216,7 +216,7 @@ namespace ParaMEDMEM { if (_local_field) { - TypeOfField entity = _local_field->getField()->getEntity(); + TypeOfField entity = _local_field->getField()->getTypeOfField(); if ( getMethod() == "P0" ) { if ( entity != ON_CELLS ) -- 2.39.2