aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorgoodale <goodale@bfcf8e34-485d-4d46-a995-1fd6fa6fb178>2000-12-15 16:39:55 +0000
committergoodale <goodale@bfcf8e34-485d-4d46-a995-1fd6fa6fb178>2000-12-15 16:39:55 +0000
commitfb448d066bf50e2ce8c419107a77ef3852ad0309 (patch)
treeef9972bcb4cbdb842ef7f4f50f835a401cae8f5d /src
parent630488ceb5e2419de52ed7d1c0c4ea665cdd60ce (diff)
Removing C++ comment.
Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@30 bfcf8e34-485d-4d46-a995-1fd6fa6fb178
Diffstat (limited to 'src')
-rw-r--r--src/IsoSurfacer.c7
1 files changed, 4 insertions, 3 deletions
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