/*@@ @file CallStartupFunctions.c @date Mon Sep 28 14:16:19 1998 @author Tom Goodale @desc Contains routines to deal with thorn startup functions. @enddesc @@*/ #include #include "cctk_Flesh.h" #include "cctk_schedule.h" static char *rcsid = "$Id$"; int dummy(tFleshConfig *); /*@@ @routine CallStartupFunctions @date Mon Sep 28 14:24:39 1998 @author Tom Goodale @desc @enddesc @calls @calledby @history @endhistory @@*/ int CallStartupFunctions(tFleshConfig *ConfigData) { CCTK_ScheduleTraverse("CCTK_STARTUP", NULL); return 0; }