aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authorcott <cott@ac85fae7-cede-4708-beff-ae01c7fa1c26>2010-08-18 18:42:06 +0000
committercott <cott@ac85fae7-cede-4708-beff-ae01c7fa1c26>2010-08-18 18:42:06 +0000
commite3fbc24c806b834739036fb24d50880cac598c1d (patch)
treee85e96720b9495032b58cdf2c429d2f0a7b83f7d /interface.ccl
parent8fc217e9d9b586969b3b2379ae40cb1741242983 (diff)
* make work with updated EOS_Omni interface
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/GRHydro_InitData/trunk@113 ac85fae7-cede-4708-beff-ae01c7fa1c26
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl6
1 files changed, 4 insertions, 2 deletions
diff --git a/interface.ccl b/interface.ccl
index 8da93f2..70912bd 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -62,8 +62,9 @@ CCTK_INT FUNCTION EOS_Omni_GetHandle(CCTK_STRING IN name)
USES FUNCTION EOS_Omni_GetHandle
-void FUNCTION EOS_Omni_press(CCTK_INT IN eoshandle, \
+void FUNCTION EOS_Omni_press(CCTK_INT IN eoshandle, \
CCTK_INT IN havetemp, \
+ CCTK_REAL IN rf_precision, \
CCTK_INT IN npoints, \
CCTK_REAL IN ARRAY rho, \
CCTK_REAL INOUT ARRAY eps, \
@@ -75,8 +76,9 @@ void FUNCTION EOS_Omni_press(CCTK_INT IN eoshandle, \
USES FUNCTION EOS_Omni_press
-void FUNCTION EOS_Omni_EpsFromPress(CCTK_INT IN eoshandle, \
+void FUNCTION EOS_Omni_EpsFromPress(CCTK_INT IN eoshandle, \
CCTK_INT IN havetemp, \
+ CCTK_REAL IN rf_precision, \
CCTK_INT IN npoints, \
CCTK_REAL IN ARRAY rho, \
CCTK_REAL INOUT ARRAY eps, \