X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDCoupling%2FMEDCouplingNormalizedCartesianMesh.hxx;h=28408cfe2a4fd3ebe72d72fbb4507ece2ae49031;hb=0c9d48870957c4a9f6f82fc8e2c569780a5f886b;hp=64c97d5f50a0e15276d1c9351799cd8d3fdefe7e;hpb=feaed8311a3ebdb6a2e54b827a5338fcae61e267;p=modules%2Fmed.git diff --git a/src/MEDCoupling/MEDCouplingNormalizedCartesianMesh.hxx b/src/MEDCoupling/MEDCouplingNormalizedCartesianMesh.hxx index 64c97d5f5..28408cfe2 100644 --- a/src/MEDCoupling/MEDCouplingNormalizedCartesianMesh.hxx +++ b/src/MEDCoupling/MEDCouplingNormalizedCartesianMesh.hxx @@ -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 @@ -29,7 +29,7 @@ namespace ParaMEDMEM } template -class MEDCouplingNormalizedCartesianMesh : public INTERP_KERNEL::GenericMesh +class MEDCouplingNormalizedCartesianMesh { public: static const int MY_SPACEDIM=SPACEDIM; @@ -40,8 +40,8 @@ public: MEDCouplingNormalizedCartesianMesh(const ParaMEDMEM::MEDCouplingCMesh *mesh); //void getBoundingBox(double *boundingBox) const; //INTERP_KERNEL::NormalizedCellType getTypeOfElement(int eltId) const; - //unsigned char getNumberOfNodesOfElement(int eltId) const; - //unsigned long getNumberOfNodes() const; + //int getNumberOfNodesOfElement(int eltId) const; + //int getNumberOfNodes() const; unsigned long getNumberOfElements() const; unsigned long nbCellsAlongAxis(int axis) const; const double * getCoordsAlongAxis(int axis) const;