aboutsummaryrefslogtreecommitdiff
path: root/ML_WaveToy/src/Startup.c
blob: 7016d265f0f80486d2b302bef6a4919e3122e9d1 (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 (64-bit) (May 21, 2008) */

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

#include "cctk.h"

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