mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
removed implement mesh domain todos
This commit is contained in:
parent
a00441ee14
commit
fc56da57fd
1 changed files with 0 additions and 2 deletions
|
|
@ -42,7 +42,6 @@ MGXS_TYPES = ['total',
|
|||
|
||||
|
||||
# Supported domain types
|
||||
# TODO: Implement Mesh domains
|
||||
DOMAIN_TYPES = ['cell',
|
||||
'distribcell',
|
||||
'universe',
|
||||
|
|
@ -50,7 +49,6 @@ DOMAIN_TYPES = ['cell',
|
|||
'mesh']
|
||||
|
||||
# Supported domain classes
|
||||
# TODO: Implement Mesh domains
|
||||
_DOMAINS = (openmc.Cell,
|
||||
openmc.Universe,
|
||||
openmc.Material,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue