Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ A few categories of scripts are available:
|-|-|-|-|
| generate_cendl | CENDL | 3.1<br>3.2 | |
| generate_endf | ENDF/B | VII.1<br>VIII.0 | NNDC |
| generate_fendl | FENDL | 3.2b<br>3.2a<br>3.2<br>3.1d<br>3.1a<br>3.0 | |
| generate_fendl | FENDL | 3.2c<br>3.2b<br>3.2a<br>3.2<br>3.1d<br>3.1a<br>3.0 | |
| generate_jendl | JENDL | 4.0<br>5.0 | |


Expand Down
2 changes: 1 addition & 1 deletion src/openmc_data/generate/generate_fendl.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class CustomFormatter(argparse.ArgumentDefaultsHelpFormatter,
"performance")
parser.add_argument('-r', '--release', choices=["3.2c", "3.2b", "3.2a", "3.2", "3.1d", "3.1a", "3.0"], default="3.2c",
help="The nuclear data library release version. "
"The options currently supported are 3.2b, 3.2a, 3.2, 3.1d, 3.1a, 3.0")
"The options currently supported are 3.2c, 3.2b, 3.2a, 3.2, 3.1d, 3.1a, 3.0")
parser.add_argument('--cleanup', action='store_true',
help="Remove download directories when data has "
"been processed")
Expand Down
Loading