aboutsummaryrefslogtreecommitdiff
path: root/ML_ADMQuantities_MP/src/RegisterMoL.cc
blob: 0a2771aa0654fc65966d282a29e7ee404789839a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*  File produced by Kranc */

#include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Parameters.h"

extern "C" void ML_ADMQuantities_MP_RegisterVars(CCTK_ARGUMENTS)
{
  DECLARE_CCTK_ARGUMENTS;
  DECLARE_CCTK_PARAMETERS;
  
  CCTK_INT ierr = 0;
  
  /* Register all the evolved grid functions with MoL */
  return;
}