aboutsummaryrefslogtreecommitdiff
path: root/src/NuSurfacer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/NuSurfacer.h')
-rw-r--r--src/NuSurfacer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/NuSurfacer.h b/src/NuSurfacer.h
index f5c5c29..20d2cf5 100644
--- a/src/NuSurfacer.h
+++ b/src/NuSurfacer.h
@@ -5,6 +5,6 @@
void NuFindSurface(CCTK_REAL *data,
int nx,int ny,int nz,
CCTK_REAL *xcoords, CCTK_REAL *ycoords, CCTK_REAL *zcoords,
- CCTK_REAL isovalue, polypatch *results);
+ CCTK_REAL isovalue, int compute_normals, polypatch *results);
#endif