mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Removing prints from capi plot module.
This commit is contained in:
parent
177aff1a8d
commit
c968866c0e
1 changed files with 0 additions and 2 deletions
|
|
@ -41,7 +41,5 @@ _dll.openmc_id_map.restype = c_int
|
|||
|
||||
def image_data_for_plot(plot):
|
||||
img_data = np.zeros((plot.pixels_[0], plot.pixels_[1], 2), dtype=np.dtype('int32'))
|
||||
print(img_data[0,0])
|
||||
out = _dll.openmc_id_map(POINTER(_Plot)(plot), img_data.ctypes.data_as(POINTER(c_int32)))
|
||||
print(img_data[0,0])
|
||||
return img_data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue