forked from pool/lalapps
Atri Bhattacharya
2c8bd72751
- Update to version 9.2.1: - Update versions of lal related packages in (Build)Requires. OBS-URL: https://build.opensuse.org/request/show/1088627 OBS-URL: https://build.opensuse.org/package/show/science/lalapps?expand=0&rev=17
14 lines
662 B
Diff
14 lines
662 B
Diff
Index: lalapps-9.2.1/src/string/StringSearch.c
|
|
===================================================================
|
|
--- lalapps-9.2.1.orig/src/string/StringSearch.c
|
|
+++ lalapps-9.2.1/src/string/StringSearch.c
|
|
@@ -200,7 +200,7 @@ int main(int argc,char *argv[])
|
|
unsigned seg_length;
|
|
StringTemplate strtemplate[MAXTEMPLATES];
|
|
int NTemplates;
|
|
- int NTemplates_fix; /* number of template given by the template bank file */
|
|
+ int NTemplates_fix = 0; /* number of template given by the template bank file */
|
|
REAL8 fcutoff_fix[MAXTEMPLATES]; /* high frequency cutoffs given by the template bank file */
|
|
SnglBurst *events=NULL;
|
|
ProcessTable *process;
|