summaryrefslogtreecommitdiff
path: root/src/comm/GHExtensions.c
blob: 0e271d0a16d5c9e55dd1b7a27a0e1dc1ac056889 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
 /*@@
   @file      GHExtensions.c
   @date      Fri Jan 15 13:22:47 1999
   @author    Tom Goodale
   @desc 
   Functions to deal with GH extensions
   @enddesc 
 @@*/

#include "flesh.h"

static char *rcsid = "$Id$";

int CCTK_TraverseGHExtensions(tFleshConfig *config, 
			      int convergence_level, 
			      cGH *GH)
{
  return 0;
}