/*@@ @file Given.c @date September 4 1999 @author Gabrielle Allen @desc Standard specification of timestep @enddesc @@*/ #include #include "cctk.h" #include "cctk_Arguments.h" #include "cctk_Parameters.h" static const char *rcsid = "$Header$"; CCTK_FILEVERSION(CactusBase_Time_Given_c) void Time_Given(CCTK_ARGUMENTS); void Time_Given(CCTK_ARGUMENTS) { DECLARE_CCTK_PARAMETERS DECLARE_CCTK_ARGUMENTS cctkGH->cctk_delta_time = timestep; }