Skip to content
Snippets Groups Projects
Commit fb2e8928 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

NMAX should be 8 -> to test by Koen
parent f3344546
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment