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

#include "cctk.h"

module cctk_Faces
  implicit none

end module cctk_Faces