From fb448d066bf50e2ce8c419107a77ef3852ad0309 Mon Sep 17 00:00:00 2001 From: goodale Date: Fri, 15 Dec 2000 16:39:55 +0000 Subject: Removing C++ comment. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@30 bfcf8e34-485d-4d46-a995-1fd6fa6fb178 --- src/IsoSurfacer.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/IsoSurfacer.c b/src/IsoSurfacer.c index d811495..cca1f60 100644 --- a/src/IsoSurfacer.c +++ b/src/IsoSurfacer.c @@ -132,6 +132,8 @@ static int IsoSurfacerHandleCommands(cGH *GH) new_isovalue=tmpval; /* copyback */ sprintf(stringval,"%f", tmpval); + + /* Steer the parameter */ CCTK_ParameterSet("isovalue","isosurfacer",stringval); } #else @@ -140,9 +142,8 @@ static int IsoSurfacerHandleCommands(cGH *GH) printf("+++++++++Process Command [%s] [%s] [%s]\n", command.cmd.object,command.cmd.target,command.cmd.value); #endif - //new_isovalue=atof(command.cmd.value); /* steer it. */ - /* If we have MPI, must propagate the steering info - to all processes */ + + /* Steer the parameter */ CCTK_ParameterSet("isovalue","isosurfacer",command.cmd.value); } #endif -- cgit v1.2.3