aboutsummaryrefslogtreecommitdiff
path: root/ML_ADM/src/Startup.c
blob: 136b76f24af8c4a42b47c9ed09123f299c3bfbbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*  File produced by user eschnett */
/*  Produced with Mathematica Version 6.0 for Mac OS X x86 (32-bit) (April 20, 2007) */

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

#include "cctk.h"

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