From fd69421a5bc2bbd51870f4f5f2ae4bd90f43ae3a Mon Sep 17 00:00:00 2001 From: Adam Nelson Date: Mon, 12 Sep 2016 19:45:52 -0400 Subject: [PATCH] Resolved @samuelshaner comments --- .gitignore | 4 ++++ openmc/mgxs/library.py | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 724e137038..21db60397c 100644 --- a/.gitignore +++ b/.gitignore @@ -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/* diff --git a/openmc/mgxs/library.py b/openmc/mgxs/library.py index a04ec8c557..f63d773277 100644 --- a/openmc/mgxs/library.py +++ b/openmc/mgxs/library.py @@ -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