From e3fbc24c806b834739036fb24d50880cac598c1d Mon Sep 17 00:00:00 2001 From: cott Date: Wed, 18 Aug 2010 18:42:06 +0000 Subject: * 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 --- interface.ccl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'interface.ccl') 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, \ -- cgit v1.2.3