We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d940db5 commit f542c5eCopy full SHA for f542c5e
src/openmc_data/generate/generate_fendl.py
@@ -38,7 +38,7 @@ class CustomFormatter(argparse.ArgumentDefaultsHelpFormatter,
38
default='latest', help="Output HDF5 versioning. Use "
39
"'earliest' for backwards compatibility or 'latest' for "
40
"performance")
41
-parser.add_argument('-r', '--release', choices=["3.2c", "3.2b", "3.2a", "3.2", "3.1d", "3.1a", "3.0"], default="3.2b",
+parser.add_argument('-r', '--release', choices=["3.2c", "3.2b", "3.2a", "3.2", "3.1d", "3.1a", "3.0"], default="3.2c",
42
help="The nuclear data library release version. "
43
"The options currently supported are 3.2b, 3.2a, 3.2, 3.1d, 3.1a, 3.0")
44
parser.add_argument('--cleanup', action='store_true',
0 commit comments