aboutsummaryrefslogtreecommitdiff
path: root/CarpetExtra/FOWaveToyF77/src/Startup.F77
blob: 99a2f000eddbc36472c01313ed7e2c65bfe6f2e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
c	-*-Fortran-*-

 /*@@
   @file      Startup.F77
   @date      
   @author    Gabrielle Allen
   @desc 
              Register banner 
   @enddesc 
   @version $Header: /home/eschnett/C/carpet/Carpet/CarpetExtra/FOWaveToyF77/src/Startup.F77,v 1.2 2003/06/27 15:54:58 schnetter Exp $
 @@*/

#include "cctk.h"

      subroutine FOWaveToyF77_Startup

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

      end