aboutsummaryrefslogtreecommitdiff
path: root/src/ParamCheck.c
diff options
context:
space:
mode:
authorknarf <knarf@b2a53a04-0f4f-0410-87ed-f9f25ced00cf>2004-10-07 10:00:11 +0000
committerknarf <knarf@b2a53a04-0f4f-0410-87ed-f9f25ced00cf>2004-10-07 10:00:11 +0000
commit5193ed91db2c3d10b45f56b156b7efe6773e4a3c (patch)
tree79982ec7b472553cfc7e5b60a0126fc94d78ba98 /src/ParamCheck.c
parentea198334790a570ca3e04b15b9415624933419eb (diff)
- included Eriks changes - thanks!
I should have looked harder for the documentation of aliased functions. :/ git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TwoPunctures/trunk@22 b2a53a04-0f4f-0410-87ed-f9f25ced00cf
Diffstat (limited to 'src/ParamCheck.c')
-rw-r--r--src/ParamCheck.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ParamCheck.c b/src/ParamCheck.c
index ca06f64..9ec622e 100644
--- a/src/ParamCheck.c
+++ b/src/ParamCheck.c
@@ -21,7 +21,7 @@ TwoPunctures_ParamCheck (CCTK_ARGUMENTS)
if (par_use_sources)
{
CCTK_INFO("Solving for BH-NS");
- if (CCTK_IsFunctionAliased ("Rho_ADM"))
+ if (CCTK_IsFunctionAliased ("Set_Rho_ADM"))
CCTK_INFO("Aliased Functions found");
else
CCTK_WARN(0, "I found no (aliased) function for matter sources, but "