From 5ec8ecc8c44fad4b44047b7621290f7922026588 Mon Sep 17 00:00:00 2001 From: Connor Moore Date: Mon, 27 Jul 2026 08:46:53 +0200 Subject: Added more fuels to triso study driver script --- triso_study_driver.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3