diff options
| author | Connor Moore <connor.moore@psi.ch> | 2026-07-27 08:46:53 +0200 |
|---|---|---|
| committer | Connor Moore <connor.moore@psi.ch> | 2026-07-27 08:46:53 +0200 |
| commit | 5ec8ecc8c44fad4b44047b7621290f7922026588 (patch) | |
| tree | 219441d0460ede594ce3ca984644801c85d2113c /triso_study_driver.sh | |
| parent | b5a08c6475beaf07308e55247801947c10b46bbf (diff) | |
Added more fuels to triso study driver script
Diffstat (limited to 'triso_study_driver.sh')
| -rwxr-xr-x | triso_study_driver.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/triso_study_driver.sh b/triso_study_driver.sh index e7b72e7..998c3db 100755 --- a/triso_study_driver.sh +++ b/triso_study_driver.sh @@ -1,6 +1,7 @@ #!/bin/bash -fuels=("uo2" "uco10" "uco20" "un") +#fuels=("uo2" "uco5" "uco10" "uco20" "un") +fuels=("uo2") for mat in $fuels; do |
