aboutsummaryrefslogtreecommitdiff
path: root/src/IsoSurfacer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/IsoSurfacer.c')
-rw-r--r--src/IsoSurfacer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/IsoSurfacer.c b/src/IsoSurfacer.c
index 6c20659..c41c745 100644
--- a/src/IsoSurfacer.c
+++ b/src/IsoSurfacer.c
@@ -196,7 +196,7 @@ static void computeIso(int index, cGH *GH, isosurfacerGH *myGH)
i = CCTK_CoordIndex (-1,"z","cart3d");
zcoords = (CCTK_REAL *) CCTK_VarDataPtrI (GH, timelevel, i);
/* Actually perform the Isosurfacing Operation */
- NuFindSurface(data,nx,ny,nz,xcoords,ycoords,zcoords,myGH->isovalue,&(myGH->perprocessor));
+ NuFindSurface(data,nx,ny,nz,xcoords,ycoords,zcoords,myGH->isovalue,0,&(myGH->perprocessor));
/* And collect the geometry to node 0 */
CollectData(GH, &(myGH->perprocessor), &(myGH->totals));
/* and for the writers, collect min,max to node 0 */