aboutsummaryrefslogtreecommitdiff
path: root/src/ParamCheck.c
diff options
context:
space:
mode:
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 "