EMsoft-org / EMsoft

Public EMsoft repository
Other
61 stars 95 forks source link

fix data type of ipar, consistent with EMDIwrappermod.f90 #113

Closed Darkhunter9 closed 4 years ago

Darkhunter9 commented 4 years ago
  1. Fix data type of ipar in the header file (should be int32_t instead of size_t), as all ipar in EMDIwrappermod.f90 are of the type c_int32_t;
  2. ProgCallBackTypeDIdriver3 is not defined, replaced with ProgCallBackTypeDI3.
marcdegraef commented 4 years ago

closes #113