From 98def174f187fcd32539695e7de6d2ec022fb44a Mon Sep 17 00:00:00 2001 From: bmundim Date: Mon, 3 May 2010 03:06:10 +0000 Subject: file/parameter string replacement from whisky to GRHydro git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TOVSolver/trunk@109 1bdb13ef-5d69-4035-bb54-08abeb3aa7f1 --- src/tov.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tov.c') diff --git a/src/tov.c b/src/tov.c index e71df5d..adbb384 100644 --- a/src/tov.c +++ b/src/tov.c @@ -219,8 +219,8 @@ void TOV_C_Integrate_RHS(CCTK_ARGUMENTS) star_i = star * TOV_Num_Radial; /* check for parameters */ - if ((TOV_Rho_Central[star]==0.0) && (whisky_rho_central>0.0)) - rho_central=whisky_rho_central; + if ((TOV_Rho_Central[star]==0.0) && (GRHydro_rho_central>0.0)) + rho_central=GRHydro_rho_central; else rho_central=TOV_Rho_Central[star]; -- cgit v1.2.3