We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f301e92 commit e4825c7Copy full SHA for e4825c7
buf.c
@@ -1232,7 +1232,7 @@ if(fft1_correlation_flag == 1)
1232
mem(8104,&fft1_slowcorr_tot,2*fft1_size*sizeof(double),0);
1233
mem(8105,&fft1_corr_spectrum_tot,screen_width*sizeof(short int),0);
1234
}
1235
-if(fft1_correlation_flag > 1)
+if(fft1_correlation_flag >= 1)
1236
{
1237
mem(8109,&d_mix1_fqwin,(mix1.size/2+16)*sizeof(double),0);
1238
mem(8111,&d_mix1_table,mix1.size*sizeof(D_COSIN_TABLE)/2,0);
vernr.h
@@ -1,5 +1,5 @@
1
#define GENPARM_VERNR 10415
2
-#define PROGRAM_NAME "Linrad-06.00pre-r1093"
+#define PROGRAM_NAME "Linrad-06.00pre-r1095"
3
#define DLL_VERSION_NUMBER 5
4
#define HELP_VERNR 67
5
#define ERROR_VERNR 82
0 commit comments