aboutsummaryrefslogtreecommitdiff
path: root/CarpetAttic/CarpetIOFlexIO/schedule.ccl
blob: ff499a55109f843bad8c6e918b55378de8756355 (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.5 2001/12/05 01:06:30 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"