Skip to content

Commit e4825c7

Browse files
committed
SM5BSZ Linrad-06.00pre rev 1095
1 parent f301e92 commit e4825c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1232,7 +1232,7 @@ if(fft1_correlation_flag == 1)
12321232
mem(8104,&fft1_slowcorr_tot,2*fft1_size*sizeof(double),0);
12331233
mem(8105,&fft1_corr_spectrum_tot,screen_width*sizeof(short int),0);
12341234
}
1235-
if(fft1_correlation_flag > 1)
1235+
if(fft1_correlation_flag >= 1)
12361236
{
12371237
mem(8109,&d_mix1_fqwin,(mix1.size/2+16)*sizeof(double),0);
12381238
mem(8111,&d_mix1_table,mix1.size*sizeof(D_COSIN_TABLE)/2,0);

vernr.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#define GENPARM_VERNR 10415
2-
#define PROGRAM_NAME "Linrad-06.00pre-r1093"
2+
#define PROGRAM_NAME "Linrad-06.00pre-r1095"
33
#define DLL_VERSION_NUMBER 5
44
#define HELP_VERNR 67
55
#define ERROR_VERNR 82

0 commit comments

Comments
 (0)