removed implement mesh domain todos

This commit is contained in:
Sam Shaner 2016-07-29 13:46:03 -04:00
parent a00441ee14
commit fc56da57fd

View file

@ -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,