aboutsummaryrefslogtreecommitdiff
path: root/src/cctk_Constants.F90
blob: 3c1863881f007e04e9237d909aadbb4a5753280c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*@@
  @file    $RCSfile$
  @author  $Author$
  @date    $Date$
  @desc
           Fortran 90 interface declarations for the routines
           which have their C declarations in cctk_Constants.h
  @enddesc
  @version $Header$
@@*/

#include "cctk.h"

module cctk_Constants
  implicit none

! This file declares no routines

end module cctk_Constants