mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Update openmc/universe.py
Co-authored-by: Jonathan Shimwell <drshimwell@gmail.com>
This commit is contained in:
parent
a0a5afcbca
commit
f038225abe
1 changed files with 0 additions and 1 deletions
|
|
@ -760,7 +760,6 @@ class DAGMCUniverse(UniverseBase):
|
|||
with h5py.File(self.filename) as dagmc_file:
|
||||
category_data = dagmc_file['tstt/tags/CATEGORY/values']
|
||||
category_strs = map(decode_str_tag, category_data)
|
||||
# add one assuming implicit complement doesn't exist
|
||||
n = sum([v == geom_type.capitalize() for v in category_strs])
|
||||
|
||||
# check for presence of an implicit complement in the file and
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue