aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetTest/src/carpettest_check_arguments.F77
blob: 7c4fab2016edf53c372fd7d7df3443ae73e0faa3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
c     $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetTest/src/carpettest_check_arguments.F77,v 1.1 2001/07/04 12:29:54 schnetter Exp $

#include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Parameters.h"
      
      subroutine carpettest_check_arguments (CCTK_ARGUMENTS)
      implicit none
      DECLARE_CCTK_ARGUMENTS
      DECLARE_CCTK_PARAMETERS
      print *, "gfg ", gfg0, gfg1, gfg2
      print *, "arrg3 ", arrg30, arrg31, arrg32
      print *, "arrg2 ", arrg20, arrg21
      print *, "arrg1 ", arrg10
      print *
      end