Skip to content

Commit

Permalink
Merge 46e27aa into 812b98a
Browse files Browse the repository at this point in the history
  • Loading branch information
dpzimmer authored Aug 28, 2020
2 parents 812b98a + 46e27aa commit 25ecd22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mat5.c
Original file line number Diff line number Diff line change
Expand Up @@ -5282,7 +5282,7 @@ Mat_VarReadNextInfo5( mat_t *mat )
}

/* Array flags */
if ( buf[0] == MAT_T_UINT32 ) {
if ( buf[0] == MAT_T_UINT32 || buf[0] == MAT_T_INT32 ) { /* Also allow INT32 for SWAN */
array_flags = buf[2];
matvar->class_type = CLASS_FROM_ARRAY_FLAGS(array_flags);
matvar->isComplex = (array_flags & MAT_F_COMPLEX);
Expand Down

0 comments on commit 25ecd22

Please sign in to comment.