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