/*@@ @file ShutdownCactus.c @date Mon Sep 28 14:25:48 1998 @author Tom Goodale @desc Contains routines to shutdown cactus. @enddesc @@*/ #include #include "cctk_Flesh.h" static char *rcsid = "$Id$"; /*@@ @routine ShutdownCactus @date Mon Sep 28 14:50:50 1998 @author Tom Goodale @desc Cactus specific shutdown stuff. @enddesc @calls @calledby @history @endhistory @@*/ int ShutdownCactus(tFleshConfig *ConfigData) { return 0; }