aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjshalf <jshalf@bfcf8e34-485d-4d46-a995-1fd6fa6fb178>2000-12-08 00:07:30 +0000
committerjshalf <jshalf@bfcf8e34-485d-4d46-a995-1fd6fa6fb178>2000-12-08 00:07:30 +0000
commit253b44155d17ef56b0d342f98e8e1c269ab85509 (patch)
treed721a1642f1fc5b122156e2d27a66114fa53fc0f /src
parent89debfdd6cc4c8796667c888a2bfcd7d90aa2428 (diff)
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
Diffstat (limited to 'src')
-rw-r--r--src/IsoSurfacer.c4
1 files changed, 3 insertions, 1 deletions
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;