aboutsummaryrefslogtreecommitdiff
path: root/CarpetExtra/HydroToy/src/Startup.F77
blob: 59c520b21025c1092409d7dcc8987afc69670297 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
c     -*-Fortran-*-
c     $Header: /home/eschnett/C/carpet/Carpet/CarpetExtra/HydroToy/src/Startup.F77,v 1.1 2001/03/18 22:37:09 eschnett Exp $
      
#include "cctk.h"
      
      subroutine HydroToy_Startup
      
      implicit none
      
      integer ierr
      
      call CCTK_RegisterBanner
     $     (ierr, "HydroToy: Evolutions of a Scalar and a Vector Field")
      
      end