aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorallen <allen@94b1c47f-dcfd-45ef-a468-0854c0e9e350>2000-07-12 11:40:54 +0000
committerallen <allen@94b1c47f-dcfd-45ef-a468-0854c0e9e350>2000-07-12 11:40:54 +0000
commiteed305f5b914bc8849aeecd4f2bb66fa56f6fafb (patch)
tree84a15abeb5709b8e60f32b0fff5f52f2c9f482bc /schedule.ccl
parent41777d3027a7d8133aef387b067cb8e53250af6c (diff)
New parameters for choosing lines and slices
New CCTK functions for coordinates WARNING: Different default behaviour now for lines and slices from a full grid git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@11 94b1c47f-dcfd-45ef-a468-0854c0e9e350
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl10
1 files changed, 10 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 6044fcb..c2f99f7 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -8,3 +8,13 @@ schedule IOASCII_Startup at STARTUP after IOUtil_Startup
{
LANG:C
} "Startup routine"
+
+schedule IOASCII_Choose1D at BASEGRID after SpatialCoordinates
+{
+ LANG:C
+} "Choose 1D output lines"
+
+schedule IOASCII_Choose2D at BASEGRID after SpatialCoordinates
+{
+ LANG:C
+} "Choose 2D output planes" \ No newline at end of file