aboutsummaryrefslogtreecommitdiff
path: root/CarpetDev/CarpetAdaptiveRegrid/src/test/cctk.f
blob: 81aecff4ab212e91293acf0a84a8a8c4ea838157 (plain)
1
2
3
4
5
6
7
8
9
10
11
      subroutine CCTK_WARN(a,b)

      implicit none

      integer a
      character*(*) b
      
      write(*,*) b
      stop

      end subroutine CCTK_WARN