mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
review line removal from @paulromano
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
8b06863b37
commit
4784be1fc9
1 changed files with 1 additions and 2 deletions
|
|
@ -660,8 +660,7 @@ class DAGMCUniverse(UniverseBase):
|
|||
coords = dagmc_file['tstt']['nodes']['coordinates'][()]
|
||||
lower_left_corner = coords.min(axis=0)
|
||||
upper_right_corner = coords.max(axis=0)
|
||||
bounding_box = (lower_left_corner, upper_right_corner)
|
||||
return bounding_box
|
||||
return (lower_left_corner, upper_right_corner)
|
||||
|
||||
@property
|
||||
def filename(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue