From b6428deb3783eb5972782fdebee58b936fb70fed Mon Sep 17 00:00:00 2001 From: allen Date: Wed, 12 Jul 2000 11:01:47 +0000 Subject: 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 --- schedule.ccl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'schedule.ccl') 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")) { -- cgit v1.2.3