From 6a3a92e366de9d150adef9840819b0683421bbc1 Mon Sep 17 00:00:00 2001 From: Van Dung Nguyen <vandung.nguyen@ulg.ac.be> Date: Tue, 7 Feb 2012 22:15:02 +0000 Subject: [PATCH] return the previous function getFaceVertices of tetra faces --- Geo/MTetrahedron.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Geo/MTetrahedron.h b/Geo/MTetrahedron.h index ea9106aebe..665db9a877 100644 --- a/Geo/MTetrahedron.h +++ b/Geo/MTetrahedron.h @@ -241,10 +241,10 @@ class MTetrahedron10 : public MTetrahedron { v.resize(6); MTetrahedron::_getFaceVertices(num, v); static const int f[4][3] = { - {2, 1, 0}, - {0, 5, 3}, - {3, 4, 2}, - {5, 1, 4} + {0, 1, 2}, + {0, 3, 5}, + {2, 3, 4}, + {1, 4, 5} }; v[3] = _vs[f[num][0]]; v[4] = _vs[f[num][1]]; -- GitLab