aboutsummaryrefslogtreecommitdiff
path: root/src/tov.c
diff options
context:
space:
mode:
authorbmundim <bmundim@1bdb13ef-5d69-4035-bb54-08abeb3aa7f1>2010-05-03 03:06:10 +0000
committerbmundim <bmundim@1bdb13ef-5d69-4035-bb54-08abeb3aa7f1>2010-05-03 03:06:10 +0000
commit98def174f187fcd32539695e7de6d2ec022fb44a (patch)
tree59d25e16af51d0e6ca20f1fbed7df40ce0174cd7 /src/tov.c
parentd0457002f0b35f50e898d1147aa72dfb0e729746 (diff)
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
Diffstat (limited to 'src/tov.c')
-rw-r--r--src/tov.c4
1 files changed, 2 insertions, 2 deletions
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];