mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Style fix in capi core.
This commit is contained in:
parent
77d40effb1
commit
9fab83c70c
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ def global_bounding_box():
|
|||
llc = np.zeros((3,), dtype=float)
|
||||
urc = np.zeros((3,), dtype=float)
|
||||
_dll.openmc_global_bounding_box(llc.ctypes.data_as(POINTER(c_double)),
|
||||
urc.ctypes.data_as(POINTER(c_double)))
|
||||
urc.ctypes.data_as(POINTER(c_double)))
|
||||
|
||||
return llc, urc
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue