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

#include "cctk.h"

! This is the name of a subroutine, so the module must be called differently.
module cctk_FortranString1
  implicit none

end module cctk_FortranString1