aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorallen <allen@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2000-07-12 11:01:47 +0000
committerallen <allen@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2000-07-12 11:01:47 +0000
commitb6428deb3783eb5972782fdebee58b936fb70fed (patch)
treec967e54fddbe068f74ccd8338b78c6fe6e410598 /schedule.ccl
parent3732d0f6f25e10ca5b5a9d823c92836db99d602f (diff)
New routines for calculating where 1D and 2D slices are located for output
from a 3D grid function. See the documentation (in a couple of days!) for full details, or just check out the parameter options. The main difference from before is that the default is to place the lines/slices at the zero value of the coordinate system. For a full grid this is different, from before, since the lines/slices were placed in the center of the grid. (The big benefit of changing it is not only to make it consistent, but to remove all knowledge of those pesky symmetry options from the IO thorns). git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@78 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 9fe0019..ea43999 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -3,7 +3,7 @@
schedule IOUtil_Startup at STARTUP after Driver_Startup
{
LANG:C
-} "IOUtil startup routine"
+} "Startup routine"
if (! CCTK_Equals (recover, "no"))
{