From 22870a2eb56af28e5c5d9ef23e7b99fad0adb2ff Mon Sep 17 00:00:00 2001 From: bmundim Date: Mon, 3 May 2010 03:04:37 +0000 Subject: file/parameter string replacement from whisky to GRHydro git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/GRHydro_InitData/trunk@106 ac85fae7-cede-4708-beff-ae01c7fa1c26 --- interface.ccl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'interface.ccl') diff --git a/interface.ccl b/interface.ccl index 29c56be..52f1998 100644 --- a/interface.ccl +++ b/interface.ccl @@ -1,8 +1,8 @@ -# Interface definition for thorn Whisky_Init_Data +# Interface definition for thorn GRHydro_Init_Data # $Header$ -implements: whisky_init_data -inherits: whisky grid +implements: GRHydro_init_data +inherits: GRHydro grid USES INCLUDE: EOS_Base.inc USES INCLUDE: SpaceMask.h @@ -50,7 +50,7 @@ SUBROUTINE Con2PrimPoly(CCTK_INT IN handle, CCTK_REAL OUT dens, \ CCTK_REAL IN uyz, CCTK_REAL IN uzz, CCTK_REAL IN det, \ CCTK_REAL IN x, CCTK_REAL IN y, CCTK_REAL IN z, \ CCTK_REAL IN r, CCTK_REAL IN rho_min, \ - CCTK_INT IN whisky_reflevel, CCTK_REAL IN whisky_C2P_failed) + CCTK_INT IN GRHydro_reflevel, CCTK_REAL IN GRHydro_C2P_failed) USES FUNCTION SpatialDet @@ -81,4 +81,4 @@ CCTK_REAL simple_wave_output TYPE=GF TIMELEVELS=1 tags='checkpoint="no"' private: -CCTK_INT whisky_init_data_reflevel type = SCALAR tags='checkpoint="no"' "Refinement level Whisky is working on right now" +CCTK_INT GRHydro_init_data_reflevel type = SCALAR tags='checkpoint="no"' "Refinement level GRHydro is working on right now" -- cgit v1.2.3