From 9f942237828a1e00eddaf96af9dfd3e115b877e2 Mon Sep 17 00:00:00 2001 From: John Veitch Date: Tue, 27 Mar 2018 09:08:45 +0100 Subject: [PATCH] Add margdist option to --help --- lalinference/src/LALInferenceLikelihood.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lalinference/src/LALInferenceLikelihood.c b/lalinference/src/LALInferenceLikelihood.c index 85ed8a3b25..3e351dbfa6 100644 --- a/lalinference/src/LALInferenceLikelihood.c +++ b/lalinference/src/LALInferenceLikelihood.c @@ -115,6 +115,7 @@ void LALInferenceInitLikelihood(LALInferenceRunState *runState) (--margphi) Using marginalised phase likelihood\n\ (--margtime) Using marginalised time likelihood\n\ (--margtimephi) Using marginalised in time and phase likelihood\n\ + (--margdist) Using marginalisation in distance (compatible with --margphi and --margtimephi)\n\ \n"; /* Print command line arguments if help requested */ -- GitLab