Skip to content
Snippets Groups Projects
Commit 3341d458 authored by Jonah Kanner's avatar Jonah Kanner :nerd:
Browse files

Fixed if statement in post script

git-svn-id: https://svn.ligo.caltech.edu/svn/bayeswave/trunk@109 c56465c9-8126-4a4f-9d7d-ac845eff4865
parent c9b6774e
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,9 @@ int main(int argc, char *argv[])
*/
if( LALInferenceGetProcParamVal(runState->commandLine, "--0noise") )
{
{
fprintf(stdout,"Sweet! You remembered the --0noise in the command line\n");
} else {
fprintf(stdout," \n");
fprintf(stdout,"Error: You must include --0noise in the command line\n");
return 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment