summaryrefslogtreecommitdiff
path: root/src/register.c
blob: 64b47ced9c712c2634a56acfcf0691be1c347f3a (plain)
1
2
3
4
5
6
7
void minimal_distortion_axi_register_mol(CCTK_ARGUMENTS)
{
    MoLRegisterConstrained(CCTK_VarIndex("ML_BSSN::beta1"));
    MoLRegisterConstrained(CCTK_VarIndex("ML_BSSN::beta2"));
    MoLRegisterConstrained(CCTK_VarIndex("ML_BSSN::beta3"));
}