aboutsummaryrefslogtreecommitdiff
path: root/ML_BSSN/src/Startup.c
blob: 3871ecbf83003b5b69dede7f2362a1f22fd20b36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*  File produced by user diener */
/*  Produced with Mathematica Version 6.0 for Linux x86 (32-bit) (April 20, 2007) */

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

#include "cctk.h"

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