mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Fixing dll definitions for openmc_property_map.
This commit is contained in:
parent
378268bb37
commit
190c8aa712
1 changed files with 3 additions and 3 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue