aboutsummaryrefslogtreecommitdiff
path: root/ML_BSSN_M/src/Startup.c
blob: 600e62b6b0203b60276da02afaa7398ddc3049f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*  File produced by user eschnett */
/*  Produced with Mathematica Version 7.0 for Mac OS X x86 (64-bit) (February 19, 2009) */

/*  Mathematica script written by Ian Hinder and Sascha Husa */

#include "cctk.h"

int ML_BSSN_M_Startup(void)
{
  const char * banner = "ML_BSSN_M";
  CCTK_RegisterBanner(banner);
  return 0;
}