Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Noah Sennett
lalsuite-archive
Commits
3a76d653
Commit
3a76d653
authored
Sep 17, 2004
by
duncan
Browse files
fixed else statement in playground flag check
parent
496ae670
Changes
1
Hide whitespace changes
Inline
Side-by-side
lalapps/src/inspiral/inca.c
View file @
3a76d653
...
...
@@ -618,6 +618,12 @@ int main( int argc, char *argv[] )
"generating a triggered bank or doing time slide coincidences
\n
"
);
exit
(
1
);
}
/* free the unused process params row */
ProcessParamsTable
*
tmpProc
=
processParamsTable
.
processParamsTable
;
processParamsTable
.
processParamsTable
=
processParamsTable
.
processParamsTable
->
next
;
free
(
tmpProc
);
}
else
{
...
...
@@ -647,14 +653,6 @@ int main( int argc, char *argv[] )
LIGOMETA_PARAM_MAX
,
"--no-playground"
);
}
}
else
{
ProcessParamsTable
*
tmpProc
=
processParamsTable
.
processParamsTable
;
processParamsTable
.
processParamsTable
=
processParamsTable
.
processParamsTable
->
next
;
free
(
tmpProc
);
}
/* decide how many ifos we have based on what we are doing */
if
(
trigBankFile
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment