From 483b3fd2e4f711993b3c787c436e53a25e5a18c9 Mon Sep 17 00:00:00 2001 From: goodale Date: Fri, 26 Apr 2002 13:15:27 +0000 Subject: Fix a bug where the storage for the second derivatives wasn't switched on. Tom git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/StaticConformal/trunk@5 0cbbb82d-14ec-4423-a1fb-2ab18257ecaa --- schedule.ccl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } } -- cgit v1.2.3