aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorknarf <knarf@1bdb13ef-5d69-4035-bb54-08abeb3aa7f1>2010-04-22 21:50:33 +0000
committerknarf <knarf@1bdb13ef-5d69-4035-bb54-08abeb3aa7f1>2010-04-22 21:50:33 +0000
commitaf52710c3619dbab9ddc6cd295cbe57663f7825c (patch)
tree9f1a562b17dfa70d8e6cd11cac3dc0c8b02c6eb2 /src
parent35f12f9f8d784d2a442945b9752c8c732047eece (diff)
thorn name change
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TOVSolver/trunk@107 1bdb13ef-5d69-4035-bb54-08abeb3aa7f1
Diffstat (limited to 'src')
-rw-r--r--src/external.inc8
-rw-r--r--src/tov.c8
2 files changed, 8 insertions, 8 deletions
diff --git a/src/external.inc b/src/external.inc
index 071c326..f6c48fa 100644
--- a/src/external.inc
+++ b/src/external.inc
@@ -65,7 +65,7 @@ CCTK_INT TOV_Set_Rho_ADM(CCTK_POINTER_TO_CONST cctkGH,
assert(TOV_phi_1d!=0);
assert(TOV_m_1d!=0);
- /* CCTK_INFO("Request for Sources from TOVSolverC"); */
+ /* CCTK_INFO("Request for Sources from TOVSolver"); */
/* TOV_debug_input_points(size,x,y,z); */
/* loop over all points we got */
@@ -136,7 +136,7 @@ CCTK_INT TOV_Set_Momentum_Source(
assert(TOV_phi_1d!=0);
assert(TOV_m_1d!=0);
- /* CCTK_INFO("Request for Momentum-Sources from TOVSolverC"); */
+ /* CCTK_INFO("Request for Momentum-Sources from TOVSolver"); */
/* loop over all points we got */
for (i=0; i<size; i++)
@@ -207,7 +207,7 @@ CCTK_INT TOV_Set_Initial_Guess_for_u(
assert(TOV_phi_1d!=0);
assert(TOV_m_1d!=0);
- CCTK_INFO("Using initial guess from TOVSolverC");
+ CCTK_INFO("Using initial guess from TOVSolver");
/* TOV_debug_input_points(size,x,y,z); */
/* loop over all points we got */
@@ -578,7 +578,7 @@ CCTK_INT TOV_Rescale_Sources(
fclose(debugfile);
switch(*(const CCTK_INT*)CCTK_ParameterGet("TOV_Populate_Timelevels",
- "Whisky_TOVSolverC", &type))
+ "TOVSolver", &type))
{
case 3:
TOV_Copy(size, rho_p_p, rho);
diff --git a/src/tov.c b/src/tov.c
index cd7fedc..e71df5d 100644
--- a/src/tov.c
+++ b/src/tov.c
@@ -66,7 +66,7 @@ void TOV_C_ParamCheck(CCTK_ARGUMENTS)
CCTK_WARN(1, "TOV_Solve_for_TOVs is depreciated. "
"Use TOV_Enforce_Interpolation=\"yes\" instead.\n");
if (CCTK_ParameterSet("TOV_Enforce_Interpolation",
- "Whisky_TOVSolverC",
+ "TOVSolver",
"true"))
CCTK_WARN(0, "Error while steering this parameter.\n");
else
@@ -989,7 +989,7 @@ void TOV_C_Exact(CCTK_ARGUMENTS)
void TOV_Prepare_Fake_Evolution(CCTK_ARGUMENTS)
{
if (CCTK_ParameterSet("TOV_Populate_Timelevels",
- "Whisky_TOVSolverC",
+ "TOVSolver",
"1"))
CCTK_WARN(0,
"Could not prepare for fake evolution - steering failed\n");
@@ -1034,10 +1034,10 @@ void TOV_Set_ProperPositions(CCTK_ARGUMENTS)
if (CCTK_ParameterSet("par_b", "TwoPunctures", tmp))
CCTK_WARN(0, "Could not set par_b");
snprintf(tmp, 1023, "%g", TOV_Position_x[0] * factor);
- if (CCTK_ParameterSet("TOV_Position_x[0]", "Whisky_TOVSolverC", tmp))
+ if (CCTK_ParameterSet("TOV_Position_x[0]", "TOVSolver", tmp))
CCTK_WARN(0, "Could not set x[0]");
snprintf(tmp, 1023, "%g", TOV_Position_x[1] * factor);
- if (CCTK_ParameterSet("TOV_Position_x[1]", "Whisky_TOVSolverC", tmp))
+ if (CCTK_ParameterSet("TOV_Position_x[1]", "TOVSolver", tmp))
CCTK_WARN(0, "Could not set x[1]");
// printf("proper distance: %g, coordinate distance: %g\n", prop_dist, coord_dist);