Skip to content
Snippets Groups Projects
Commit e0538e69 authored by Johannes Schumann's avatar Johannes Schumann
Browse files

Add missing choices for anti nu

parent 52382c97
No related branches found
Tags v0.9.1
No related merge requests found
Pipeline #33880 passed
......@@ -49,7 +49,7 @@ ARGPARSE_GENERAL_PARAMS = [{
}, {
"option_strings": ["--interaction", "-i"],
"dest": "interaction",
"choices": ["nc", "cc"],
"choices": ["nc", "cc", "antinc", "anticc"],
"help": "The current type of the weak interaction",
"required": True
}, {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment