Merge pull request #166 from georgehines/matlab-log-import

add double support
This commit is contained in:
Paul Riseborough 2016-06-30 17:21:37 +10:00 committed by GitHub
commit 0cc0008927
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ FORMAT_TO_STRUCT = {
'i', {'int32', 1};
'I', {'uint32', 1};
'f', {'single', 1};
'd', {'double', 1};
'n', {'char4', 1};
'N', {'char16', 1};
'Z', {'char64', 1};