summaryrefslogtreecommitdiff
path: root/src/register.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2018-04-16 19:30:05 +0200
committerAnton Khirnov <anton@khirnov.net>2018-04-17 12:22:46 +0200
commit6a0eeab600032901e0116e59f304e2643e72d776 (patch)
treedd363c150ceb86f03a0931e1c37351ddc128db61 /src/register.c
parent29091dc1b2dfc37f7e681b91a7dbfcab1c01f9f1 (diff)
Faster W evaluation.wip
Diffstat (limited to 'src/register.c')
-rw-r--r--src/register.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/register.c b/src/register.c
index 65c2d21..d491433 100644
--- a/src/register.c
+++ b/src/register.c
@@ -6,4 +6,6 @@
void qms_register_mol(CCTK_ARGUMENTS)
{
MoLRegisterConstrained(CCTK_VarIndex("QuasiMaximalSlicing::W"));
+ MoLRegisterConstrained(CCTK_VarIndex("QuasiMaximalSlicing::W_pred_0"));
+ MoLRegisterConstrained(CCTK_VarIndex("QuasiMaximalSlicing::W_pred_1"));
}