aboutsummaryrefslogtreecommitdiff
path: root/src/Startup.F
blob: c841002ff6ad4a44f2109532444c3d733a865f4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
 /*@@
   @file      Startup.F90
   @date      
   @author    Gabrielle Allen
   @desc 
              Register banner 
   @enddesc 
   @version $Header$
 @@*/

#include "cctk.h"

      subroutine WaveToyF90_Startup

      implicit none
   
      integer ierr
      call CCTK_RegisterBanner(ierr, "WaveToyF90: Evolutions of a Scalar Field")

      end subroutine WaveToyF90_Startup