Fixing dll definitions for openmc_property_map.

This commit is contained in:
Patrick Shriwise 2019-03-18 10:30:45 -05:00
parent 378268bb37
commit 190c8aa712

View file

@ -218,9 +218,9 @@ def id_map(plot):
return img_data
_dll.openmc_id_map.argtypes = [POINTER(_PlotBase), POINTER(c_double)]
_dll.openmc_id_map.restype = c_int
_dll.openmc_id_map.errcheck = _error_handler
_dll.openmc_property_map.argtypes = [POINTER(_PlotBase), POINTER(c_double)]
_dll.openmc_property_map.restype = c_int
_dll.openmc_property_map.errcheck = _error_handler
def property_map(plot):