From 30483039c9b980b1ff44e8543428392fc3fc4f8a Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Tue, 12 Mar 2019 06:50:49 -0500 Subject: [PATCH] Fix docstring of make_ace as suggested by @liangjg --- openmc/data/njoy.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openmc/data/njoy.py b/openmc/data/njoy.py index ece20a878f..ddc1efb1c4 100644 --- a/openmc/data/njoy.py +++ b/openmc/data/njoy.py @@ -191,7 +191,7 @@ def run(commands, tapein, tapeout, input_filename=None, stdout=False, def make_pendf(filename, pendf='pendf', error=0.001, stdout=False): - """Generate ACE file from an ENDF file + """Generate pointwise ENDF file from an ENDF file Parameters ---------- @@ -245,7 +245,7 @@ def make_ace(filename, temperatures=None, ace='ace', xsdir='xsdir', pendf=None, Indicating whether to add probability table when running NJOY acer : bool, optional Indicating whether to generate ACE file when running NJOY - evaluation : str, optional + evaluation : openmc.data.endf.Evaluation, optional If the ENDF file contains multiple material evaluations, this argument indicates which evaluation should be used. **kwargs