aboutsummaryrefslogtreecommitdiff
path: root/src/StartUp.c
blob: d01da34c183be84a479af41ad2bf2d7cf4ec5492 (plain)
1
2
3
4
5
6
7
8
#include <cctk.h>

int HydroBase_StartUp()
{
    CCTK_RegisterBanner("HydroBase: Let it flow.");

    return 0;
}