From 0b7357e2bbfc8d9213ac74874ddd2c1e4ba751c5 Mon Sep 17 00:00:00 2001 From: cott Date: Tue, 21 Dec 2010 10:26:24 +0000 Subject: * make EOS Omni calls thread safe git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@194 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45 --- src/GRHydro_Source.F90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/GRHydro_Source.F90') diff --git a/src/GRHydro_Source.F90 b/src/GRHydro_Source.F90 index 9f994e6..1bb3acc 100644 --- a/src/GRHydro_Source.F90 +++ b/src/GRHydro_Source.F90 @@ -103,7 +103,7 @@ subroutine SourceTerms(CCTK_ARGUMENTS) if (evolve_Y_e .ne. 0) then y_e_con_rhs = 0.0d0 endif - + !!$ Set up the array for checking the order. We switch to second order !!$ differencing at boundaries and near excision regions. !!$ Copied straight from BSSN. -- cgit v1.2.3