mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
Merge pull request #427 from smharper/pyapi_atom_bcm
Fix 'atom/b-cm' density type in PyAPI
This commit is contained in:
commit
34716e6e0e
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ def reset_auto_material_id():
|
|||
|
||||
|
||||
# Units for density supported by OpenMC
|
||||
DENSITY_UNITS = ['g/cm3', 'g/cc', 'kg/cm3', 'at/b-cm', 'at/cm3', 'sum']
|
||||
DENSITY_UNITS = ['g/cm3', 'g/cc', 'kg/cm3', 'atom/b-cm', 'atom/cm3', 'sum']
|
||||
|
||||
# Constant for density when not needed
|
||||
NO_DENSITY = 99999.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue