Skip to content

Commit

Permalink
add helium as decayVolumeMed default
Browse files Browse the repository at this point in the history
  • Loading branch information
anupama-reghunath authored and olantwin committed Nov 18, 2024
1 parent 98d4aa8 commit 3944d4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion macro/run_simScript.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,11 @@
parser.add_argument("--debug", help="1: print weights and field 2: make overlap check", required=False, default=0, type=int, choices=range(0,3))
parser.add_argument(
"--helium",
dest="decayVolMed", # Ensures both options update the same variable
dest="decayVolMed",
help="Set Decay Volume medium to helium. NOOP, as default is helium",
action="store_const",
const="helium",
default="helium"
)
parser.add_argument(
"--vacuums",
Expand Down

0 comments on commit 3944d4b

Please sign in to comment.