aboutsummaryrefslogtreecommitdiff
path: root/src/NuSurfacer.h
diff options
context:
space:
mode:
authorjshalf <jshalf@bfcf8e34-485d-4d46-a995-1fd6fa6fb178>2000-09-26 07:44:10 +0000
committerjshalf <jshalf@bfcf8e34-485d-4d46-a995-1fd6fa6fb178>2000-09-26 07:44:10 +0000
commit1e52ae4f26cb5a7d1729f0867024bd3ad1ca44b3 (patch)
treea474f65bf276b3ce66b22f6fb637e2d15e4e7844 /src/NuSurfacer.h
parent5fba974c16f9bbf6e5e0cd7ec3ab09ec83a79218 (diff)
More bugfixes and C++'ism removal.
Now it all compiles, but doesn't really talk to anything yet. Sockets are next I guess. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@4 bfcf8e34-485d-4d46-a995-1fd6fa6fb178
Diffstat (limited to 'src/NuSurfacer.h')
-rw-r--r--src/NuSurfacer.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/NuSurfacer.h b/src/NuSurfacer.h
index 8089cdd..8636c60 100644
--- a/src/NuSurfacer.h
+++ b/src/NuSurfacer.h
@@ -1,8 +1,7 @@
#ifndef _NUSURFACER_H_
#define _NUSURFACER_H_
-#include "FindIsoSurface.h"
-void InitCellArrays(cGH *gh);
+#include "common.h"
void NuFindSurface(cGH *gh, int index,CCTK_REAL isovalue,polypatch *results);
#endif