mirror of
https://github.com/nasa/trick.git
synced 2025-04-15 15:06:44 +00:00
change nullptr to NULL
This commit is contained in:
parent
66b3d984ff
commit
2607439227
@ -61,7 +61,7 @@ MatLab::MatLab(char * file_name, char * param_name, char * time_name) {
|
||||
int array_type, array_bytes, array_flags[2];
|
||||
int array_complex, array_class ;
|
||||
int dim_type, dim_bytes, num_dims;
|
||||
int * dims = nullptr;
|
||||
int * dims = NULL;
|
||||
int name_bytes;
|
||||
char * name, * field_name, * variable_name;
|
||||
int real_type, real_bytes;
|
||||
@ -653,7 +653,7 @@ int MatLabLocateParam(char * file_name, char * param_name, char * time_name) {
|
||||
int array_type, array_bytes, array_flags[2];
|
||||
int array_complex, array_class;
|
||||
int dim_type, dim_bytes, num_dims;
|
||||
int * dims = nullptr;
|
||||
int * dims = NULL;
|
||||
int name_bytes;
|
||||
char * name, * field_name, * variable_name;
|
||||
int real_type, real_bytes;
|
||||
|
Loading…
x
Reference in New Issue
Block a user