# Schedule definitions for thorn TimeGeodesic # $Header$ if (num_active) { schedule num_init at CCTK_INITIAL { LANG: Fortran } "Initialize geodesics in numerical spacetime" schedule num_integrate at CCTK_POSTSTEP { LANG: Fortran } "Integrate geodesics in numerical spacetime" } if (exa_active) { schedule exa_init at CCTK_INITIAL AFTER num_init { LANG: Fortran } "Initialize geodesics in exact spacetime" schedule num_integrate at CCTK_POSTSTEP { LANG: Fortran } "Integrate geodesics in exact spacetime" }