From 253b44155d17ef56b0d342f98e8e1c269ab85509 Mon Sep 17 00:00:00 2001 From: jshalf Date: Fri, 8 Dec 2000 00:07:30 +0000 Subject: Just making sure we are all synchronized. Your turn Gab et al. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@23 bfcf8e34-485d-4d46-a995-1fd6fa6fb178 --- src/IsoSurfacer.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/IsoSurfacer.c b/src/IsoSurfacer.c index c41c745..18434f7 100644 --- a/src/IsoSurfacer.c +++ b/src/IsoSurfacer.c @@ -110,7 +110,7 @@ static int IsoSurfacerHandleCommands(cGH *GH) /* Here it just needs to read from the control socket and then change the isosurface appropriately */ - + #ifdef CCTK_MPI /* now we need to bcast this value to all procs */ { @@ -128,6 +128,7 @@ static int IsoSurfacerHandleCommands(cGH *GH) PUGH_MPI_REAL,0, /* ugh. nor REAL8 */ pughGH->PUGH_COMM_WORLD)); myGH->isovalue=tmpval; /* copyback */ + /* CCTK_SetParameter(); how? */ } #else if(Iso_PollCommand(GH,&command)){ @@ -138,6 +139,7 @@ static int IsoSurfacerHandleCommands(cGH *GH) myGH->isovalue=atof(command.cmd.value); /* steer it. */ /* If we have MPI, must propagate the steering info to all processes */ + /* CCTK_SetParameter(); how? */ } #endif return 0; -- cgit v1.2.3