Skip to content

Commit

Permalink
Avoid error with MATLAB classes that we can't handle
Browse files Browse the repository at this point in the history
  • Loading branch information
jebej authored Nov 26, 2019
1 parent 7d67154 commit 5dd9675
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/MAT_HDF5.jl
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ function m_read(dset::HDF5Dataset)
end
end
return out
elseif !haskey(str2type_matlab,mattype)
return "MATLAB $mattype values are currently not supported"
end

# Regular arrays of values
Expand Down

0 comments on commit 5dd9675

Please sign in to comment.