aboutsummaryrefslogtreecommitdiff
path: root/CarpetAttic/CarpetIOFlexIO/schedule.ccl
blob: 39a3f7ad5aeddc61647b9b449753275afe961794 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Schedule definitions for thorn CarpetIOFlexIO
# $Header: /home/eschnett/C/carpet/Carpet/CarpetAttic/CarpetIOFlexIO/schedule.ccl,v 1.6 2003/11/05 16:18:37 schnetter Exp $

schedule CarpetIOFlexIOStartup at STARTUP after IOUtil_Startup
{
  LANG: C
} "Startup routine"

schedule CarpetIOFlexIOReadData at INITIAL
{
  LANG: C
  OPTIONS: global
} "Read initial data from file"