aboutsummaryrefslogtreecommitdiff
path: root/src/GRHydro_Source.F90
diff options
context:
space:
mode:
authorcott <cott@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2010-12-21 10:26:24 +0000
committercott <cott@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2010-12-21 10:26:24 +0000
commit0b7357e2bbfc8d9213ac74874ddd2c1e4ba751c5 (patch)
tree253047a42712a8525d51c4fcb4421b7dbe890bf1 /src/GRHydro_Source.F90
parent3de77c6be6becdfa51041772ced62458586aaea0 (diff)
* make EOS Omni calls thread safe
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@194 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
Diffstat (limited to 'src/GRHydro_Source.F90')
-rw-r--r--src/GRHydro_Source.F902
1 files changed, 1 insertions, 1 deletions
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.