From 1849ffd65e2fe0ea4210cd92102d07061fce28d4 Mon Sep 17 00:00:00 2001 From: rhaas Date: Mon, 21 Nov 2011 15:45:12 +0000 Subject: allocate/deallocate ENO scalars in global mode really all I need is that this happens only once. Allocation was already protected by a grid scalar, unfortunately deallocation did not check/reset this scalar git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@301 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45 --- schedule.ccl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'schedule.ccl') diff --git a/schedule.ccl b/schedule.ccl index 311dcf4..409f216 100644 --- a/schedule.ccl +++ b/schedule.ccl @@ -377,11 +377,13 @@ if (CCTK_Equals(recon_method,"eno")) schedule GRHydro_ENOSetup AT CCTK_Basegrid { + OPTIONS: global LANG:Fortran } "Coefficients for ENO reconstruction" schedule GRHydro_ENOShutdown AT CCTK_Terminate BEFORE Driver_Terminate { + OPTIONS: global LANG:Fortran } "Deallocate ENO coefficients" -- cgit v1.2.3