2023-05-26 11:09:26 +02:00
|
|
|
Index: lalapps-9.2.1/src/string/StringSearch.c
|
2020-05-31 15:11:55 +02:00
|
|
|
===================================================================
|
2023-05-26 11:09:26 +02:00
|
|
|
--- 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[])
|
2020-05-31 15:11:55 +02:00
|
|
|
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;
|
2022-08-23 22:51:09 +02:00
|
|
|
ProcessTable *process;
|