initialize c to 0 in cluster reader
This commit is contained in:
parent
706b341783
commit
437a6cf2d5
@ -192,7 +192,7 @@ int analyze_data(int32_t *data, int32_t *t2, int32_t *t3, char *quad,
|
|||||||
|
|
||||||
int32_t tot2[4];
|
int32_t tot2[4];
|
||||||
int32_t t2max = 0;
|
int32_t t2max = 0;
|
||||||
char c;
|
char c = 0;
|
||||||
int32_t val, tot3;
|
int32_t val, tot3;
|
||||||
|
|
||||||
tot3 = 0;
|
tot3 = 0;
|
||||||
|
Reference in New Issue
Block a user