mirror of
https://github.com/nasa/trick.git
synced 2025-04-11 13:20:05 +00:00
initialize size for Matlab::Matlab to remove garbage value edge case
This commit is contained in:
parent
221ced44a0
commit
ac6fd26a6d
@ -57,7 +57,7 @@ MatLab::MatLab(char * file_name, char * param_name, char * time_name) {
|
||||
short version;
|
||||
short magic;
|
||||
int data_type, bytes, field_data_type, field_bytes;
|
||||
int size, type;
|
||||
int size = 0, type = 0;
|
||||
int array_type, array_bytes, array_flags[2];
|
||||
int array_complex, array_class ;
|
||||
int dim_type, dim_bytes, num_dims;
|
||||
|
Loading…
x
Reference in New Issue
Block a user