mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
One more minor typo
This commit is contained in:
parent
a428ccb231
commit
625903e968
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ class DataLibrary(EqualityMixin):
|
|||
|
||||
data = cls()
|
||||
|
||||
# If cross_sections is None, get the cross sections from the
|
||||
# If path is None, get the cross sections from the
|
||||
# OPENMC_CROSS_SECTIONS environment variable
|
||||
if path is None:
|
||||
path = os.environ.get('OPENMC_CROSS_SECTIONS')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue