Skip to content

Commit 29ad53c

Browse files
authored
Merge pull request #19 from openmc-data-storage/update-fendl-docs
added missing fendl version to docs
2 parents 34db4d0 + 2fbe5c9 commit 29ad53c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ A few categories of scripts are available:
7171
|-|-|-|-|
7272
| generate_cendl | CENDL | 3.1<br>3.2 | |
7373
| generate_endf | ENDF/B | VII.1<br>VIII.0 | NNDC |
74-
| generate_fendl | FENDL | 3.2b<br>3.2a<br>3.2<br>3.1d<br>3.1a<br>3.0 | |
74+
| generate_fendl | FENDL | 3.2c<br>3.2b<br>3.2a<br>3.2<br>3.1d<br>3.1a<br>3.0 | |
7575
| generate_jendl | JENDL | 4.0<br>5.0 | |
7676

7777

src/openmc_data/generate/generate_fendl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class CustomFormatter(argparse.ArgumentDefaultsHelpFormatter,
4040
"performance")
4141
parser.add_argument('-r', '--release', choices=["3.2c", "3.2b", "3.2a", "3.2", "3.1d", "3.1a", "3.0"], default="3.2c",
4242
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")
43+
"The options currently supported are 3.2c, 3.2b, 3.2a, 3.2, 3.1d, 3.1a, 3.0")
4444
parser.add_argument('--cleanup', action='store_true',
4545
help="Remove download directories when data has "
4646
"been processed")

0 commit comments

Comments
 (0)