aboutsummaryrefslogtreecommitdiff
path: root/CarpetExtra/HydroToy/src/Startup.F77
blob: e0bee49fff138d58cfc472eed2547a9ea8f592a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
c     -*-Fortran-*-
c     $Header:$
      
#include "cctk.h"
      
      subroutine HydroToy_Startup
      
      implicit none
      
      integer ierr
      
      call CCTK_RegisterBanner
     $     (ierr, "HydroToy: Evolutions of a Scalar and a Vector Field")
      
      end