mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
Resolved @samuelshaner comments
This commit is contained in:
parent
f4731567e1
commit
fd69421a5b
2 changed files with 6 additions and 2 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -91,3 +91,7 @@ docs/source/pythonapi/examples/mgxs
|
|||
docs/source/pythonapi/examples/tracks
|
||||
docs/source/pythonapi/examples/fission-rates
|
||||
docs/source/pythonapi/examples/plots
|
||||
|
||||
# VSCode workspace directory
|
||||
.vscode
|
||||
.vscode/*
|
||||
|
|
|
|||
|
|
@ -1006,7 +1006,7 @@ class Library(object):
|
|||
def create_mg_library(self, xs_type='macro', xsdata_names=None):
|
||||
"""Creates an openmc.MGXSLibrary object to contain the MGXS data for the
|
||||
Multi-Group mode of OpenMC. Note that this library will not make use
|
||||
of nested temperature tables. Every dataset in te library will be
|
||||
of nested temperature tables. Every dataset in the library will be
|
||||
treated as if it was at the same default temperature.
|
||||
|
||||
Parameters
|
||||
|
|
@ -1105,7 +1105,7 @@ class Library(object):
|
|||
multi-group data. This method only creates a macroscopic
|
||||
MGXS Library even if nuclidic tallies are specified in the Library.
|
||||
Note that this library will not make use of nested temperature tables.
|
||||
Every dataset in te library will be treated as if it was at the same
|
||||
Every dataset in the library will be treated as if it was at the same
|
||||
default temperature.
|
||||
|
||||
Parameters
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue