aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorknarf <knarf@8e189c6b-2ab8-4400-aa02-70a9cfce18b9>2010-11-14 05:04:22 +0000
committerknarf <knarf@8e189c6b-2ab8-4400-aa02-70a9cfce18b9>2010-11-14 05:04:22 +0000
commit2ce532170e1ee3fdffda2e30ff109330ed29abe5 (patch)
tree4c1667966771902dc8b2f9179dc3c3eb885696cf /src
parentca448b24703e3502d7dbb9bed658db3ed04d2938 (diff)
correct compile error
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEOS/EOS_Omni/EOS_Omni@18 8e189c6b-2ab8-4400-aa02-70a9cfce18b9
Diffstat (limited to 'src')
-rw-r--r--src/nuc_eos/bisection.F902
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nuc_eos/bisection.F90 b/src/nuc_eos/bisection.F90
index b8edec2..f12b702 100644
--- a/src/nuc_eos/bisection.F90
+++ b/src/nuc_eos/bisection.F90
@@ -19,7 +19,7 @@ subroutine bisection(lr,lt0,y,eps0,lt,bivar,keyerrt,keybisect)
integer bcount,i,itmax,maxbcount
- real*8 bivar
+ real*8 bivar(*)
bcount = 0
maxbcount = 80