Skip to content
Snippets Groups Projects
Commit 5b9c5c3e authored by Koen Hillewaert's avatar Koen Hillewaert
Browse files

extended size for 4th order visualisations in 3D

parent 8243c1cf
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,10 @@
#include "matheval.h"
#endif
#define NMAX 20
extern Context_T CTX;
//KH: enlarged size to allow for 4th order mappings (tets)
#define NMAX 35
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