aboutsummaryrefslogtreecommitdiff
path: root/Auxiliary/Cactus/KrancNumericalTools/Ceiling/src/Startup.c
blob: b42b2a163f9cc95d88546745455da9be076c2ad9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*  file produced by user shusa, 31/3/2004 */
/*  Produced with Mathematica Version 5.0 for Linux (June 9, 2003) */

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

/*  $Id$ */

#include "cctk.h"

int Ceiling_Startup(void)
{
  const char * banner = "Ceiling: abort when solution grows through the roof";
  CCTK_RegisterBanner(banner);
  return 0;
}