aboutsummaryrefslogtreecommitdiff
path: root/src/NuSurfacer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/NuSurfacer.h')
-rw-r--r--src/NuSurfacer.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/NuSurfacer.h b/src/NuSurfacer.h
index 8636c60..f5c5c29 100644
--- a/src/NuSurfacer.h
+++ b/src/NuSurfacer.h
@@ -1,7 +1,10 @@
#ifndef _NUSURFACER_H_
#define _NUSURFACER_H_
-#include "common.h"
-void NuFindSurface(cGH *gh, int index,CCTK_REAL isovalue,polypatch *results);
+#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, polypatch *results);
#endif