aboutsummaryrefslogtreecommitdiff
path: root/ML_BSSN_MP/src/Startup.c
blob: 15823473ae82aa5e2dec6f4943ccd2fadf8d924e (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) (November 11, 2008) */

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

#include "cctk.h"

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