aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@9002d74a-9e00-4850-b1cf-9d84fd065b5d>2013-10-30 15:18:36 +0000
committereschnett <eschnett@9002d74a-9e00-4850-b1cf-9d84fd065b5d>2013-10-30 15:18:36 +0000
commitbe26783a7ba70cdd7cab2c6ab634301a26cd5822 (patch)
tree482d49b4f493d78e41f33ab1aa56a067d74f3c09
parente89ffccb950c39bf8b7510a7067a2aef637351d7 (diff)
Reduce "large" numbersvn
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEOS/EOSG_IdealFluid/trunk@12 9002d74a-9e00-4850-b1cf-9d84fd065b5d
-rwxr-xr-xsrc/EOS_GIF_Setup.F902
1 files changed, 1 insertions, 1 deletions
diff --git a/src/EOS_GIF_Setup.F90 b/src/EOS_GIF_Setup.F90
index 5b5d56f..bb62b08 100755
--- a/src/EOS_GIF_Setup.F90
+++ b/src/EOS_GIF_Setup.F90
@@ -21,6 +21,6 @@ subroutine EOS_GIF_Setup()
eos_if_gamma_local = eos_ideal_fluid_gamma
mean_molecular_weight_local = mean_molecular_weight
- k_boltzmann = 1.d80
+ k_boltzmann = 1.d30
end subroutine EOS_GIF_Setup