From af505b0161e39abfb864f6f62deb7f81fa59b0fb Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Fri, 27 May 2011 06:37:12 +0000 Subject: [PATCH] pp --- Geo/MHexahedron.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Geo/MHexahedron.h b/Geo/MHexahedron.h index 74e1fb0d0d..352abb65ab 100644 --- a/Geo/MHexahedron.h +++ b/Geo/MHexahedron.h @@ -542,7 +542,6 @@ class MHexahedronN : public MHexahedron { MHexahedron::_getEdgeVertices(num, v); for (int i = 0; i < _order - 1; i++) v[2+i] = _vs[(_order-1)*num+i]; } - //virtual int getNumFacesRep(); virtual void getFaceVertices(const int num, std::vector<MVertex*> &v) const { v.resize((_order+1)*(_order+1)); @@ -588,7 +587,7 @@ class MHexahedronN : public MHexahedron { virtual void getFaceRep(int num, double *x, double *y, double *z, SVector3 *n); virtual void revert() { - Msg::Error("not done yet reverse hexN"); + Msg::Error("Revert not implemented yet for MHexahedronN"); } virtual void getNode(int num, double &u, double &v, double &w) { -- GitLab