/*@@ @file $RCSfile$ @author $Author$ @date $Date$ @desc Fortran 90 interface declarations for the routines which have their C declarations in cctk_Schedule.h @enddesc @version $Header$ @@*/ #include "cctk.h" module cctk_Schedule implicit none interface subroutine CCTK_SchedulePrint (ierr, where) implicit none integer ierr character(*) where end subroutine CCTK_SchedulePrint subroutine CCTK_SchedulePrintTimes (ierr, where) implicit none integer ierr character(*) where end subroutine CCTK_SchedulePrintTimes end interface end module cctk_Schedule