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

#include "cctk.h"

      integer function WaveToyF90_Startup ()

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

      end function WaveToyF90_Startup