From fb2e8928d7aa9df1b3b49a29221cafcfb9d9e41a Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Tue, 1 Sep 2009 14:51:48 +0000 Subject: [PATCH] NMAX should be 8 -> to test by Koen --- Graphics/drawPost.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Graphics/drawPost.cpp b/Graphics/drawPost.cpp index 2f842c67b6..a0d969ed08 100644 --- a/Graphics/drawPost.cpp +++ b/Graphics/drawPost.cpp @@ -23,7 +23,7 @@ // we only really draw first order elements (high order ones should // always be subdivided in adaptiveView beforehand) -#define NMAX 35 // SHOULD BE 8! +#define NMAX 8 static void saturate(int nb, double val[NMAX][9], double vmin, double vmax, int i0=0, int i1=1, int i2=2, int i3=3, -- GitLab