aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--schedule.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index f9335d6..5cadd95 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -23,6 +23,6 @@ if(CCTK_Equals(metric_type,"static conformal"))
if(CCTK_Equals(conformal_storage, "factor+derivs+2nd derivs"))
{
- STORAGE: staticconformal::confac, staticconformal::confac_1derivs, staticconformal::confac_1derivs
+ STORAGE: staticconformal::confac, staticconformal::confac_1derivs, staticconformal::confac_2derivs
}
}