mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
fixed minor typo in docs
This commit is contained in:
parent
f8488e59e8
commit
04b5f4bc97
16 changed files with 45 additions and 45 deletions
|
|
@ -882,7 +882,7 @@ def _calculate_mgxs_elem_mat(this, types, library, orders=None,
|
|||
else:
|
||||
T = temperature
|
||||
|
||||
# Check to see if we have nuclides/elements or a macrocopic object
|
||||
# Check to see if we have nuclides/elements or a macroscopic object
|
||||
if this._macroscopic is not None:
|
||||
# We have macroscopics
|
||||
nuclides = {this._macroscopic: (this._macroscopic, this.density)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue