EMsoft-org / EMsoft

Public EMsoft repository
Other
61 stars 95 forks source link

Updating EMsoftCpreprocessEBSDPatterns callback to take an int32_t iPar pointer #65

Closed joeykleingers closed 5 years ago

joeykleingers commented 5 years ago

The corresponding Fortran method declares the iPar array as a 32-bit integer array, and there are issues if we send in a size_t array instead. This commit fixes the callback so that it is consistent with its corresponding Fortran method.

Signed-off-by: Joey Kleingers joey.kleingers@bluequartz.net