aboutsummaryrefslogtreecommitdiff
path: root/src/nuc_eos
diff options
context:
space:
mode:
authorcott <cott@8e189c6b-2ab8-4400-aa02-70a9cfce18b9>2010-10-24 14:06:52 +0000
committercott <cott@8e189c6b-2ab8-4400-aa02-70a9cfce18b9>2010-10-24 14:06:52 +0000
commit5621733be96b97235891c5da5e1aaa52967058c3 (patch)
tree11f840e137111193f641e553600c86e7cebc310c /src/nuc_eos
parent7449c12a9f5976d5d9eff74ea4a43741a64e8cb3 (diff)
* add capability allowing to read in finite-T EOS tables.
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEOS/EOS_Omni/EOS_Omni@11 8e189c6b-2ab8-4400-aa02-70a9cfce18b9
Diffstat (limited to 'src/nuc_eos')
-rw-r--r--src/nuc_eos/readtable.F906
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nuc_eos/readtable.F90 b/src/nuc_eos/readtable.F90
index 41f8159..d8ae2bc 100644
--- a/src/nuc_eos/readtable.F90
+++ b/src/nuc_eos/readtable.F90
@@ -1,4 +1,4 @@
-subroutine readtable(eos_filename)
+subroutine nuc_eos_readtable(eos_filename)
! This routine reads the table and initializes
! all variables in the module.
@@ -21,7 +21,7 @@ subroutine readtable(eos_filename)
real*8 buffer1,buffer2,buffer3,buffer4
accerr=0
- write(*,*) "Reading Ott EOS Table"
+ write(*,*) "Reading Nuclear EOS Table"
call h5open_f(error)
@@ -229,6 +229,6 @@ subroutine readtable(eos_filename)
write(6,*) "Done reading eos tables"
-end subroutine readtable
+end subroutine nuc_eos_readtable