aboutsummaryrefslogtreecommitdiff
path: root/src/Content.c
diff options
context:
space:
mode:
authorgoodale <goodale@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2000-09-16 20:10:28 +0000
committergoodale <goodale@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2000-09-16 20:10:28 +0000
commit5a7d5ee4c0831d666233535ae8856684310c69ba (patch)
tree06cf1048e853380e00b8d6ce0565a72fd923cf08 /src/Content.c
parent26bf3412fc4693fc7d61598a542b66e375353abc (diff)
Added ability to pause and terminate the simulation.
Also can select how many iterations between steering events. Can now start simulation as 'standalone' twiddle with parameters, then start the simulation, pause it, and kill it. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@31 1faa4e14-9dd3-4be0-9f0e-ffe519881164
Diffstat (limited to 'src/Content.c')
-rw-r--r--src/Content.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Content.c b/src/Content.c
index cf770c7..c423d64 100644
--- a/src/Content.c
+++ b/src/Content.c
@@ -89,7 +89,9 @@ static int CompareStrings(const void *string1, const void *string2);
@@*/
void HTTP_ContentWork(CCTK_ARGUMENTS)
{
+#if 0
HTTP_SteerDispatch();
+#endif
}
/*@@