aboutsummaryrefslogtreecommitdiff
path: root/src/IsoSurfacer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/IsoSurfacer.c')
-rw-r--r--src/IsoSurfacer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/IsoSurfacer.c b/src/IsoSurfacer.c
index dd50173..2950949 100644
--- a/src/IsoSurfacer.c
+++ b/src/IsoSurfacer.c
@@ -372,9 +372,9 @@ void CollectData(cGH *GH, polypatch *perprocessor, polypatch *totals) {
/**************************************************************/
int IsoWriteDataToClients(char *metadata,
- CCTK_INT4 size,
+ CCTK_INT8 size,
IsoType type,
- CCTK_INT4 *data);
+ void *data);
void WriteSock(cGH *GH, polypatch *totals, isosurfacerGH *myGH,
const char *fullname, int isoindex,