aboutsummaryrefslogtreecommitdiff
path: root/ML_CCZ4/src/Startup.cc
blob: 094d2426c33d87ae129f2eff571968de810c0ba7 (plain)
1
2
3
4
5
6
7
8
9
10
/*  File produced by Kranc */

#include "cctk.h"

extern "C" int ML_CCZ4_Startup(void)
{
  const char * banner = "ML_CCZ4";
  CCTK_RegisterBanner(banner);
  return 0;
}