From 647da2cfb0a7ba87a1821fde5e55eaee7b93bf3b Mon Sep 17 00:00:00 2001 From: Connor Moore Date: Mon, 6 Jul 2026 09:55:16 +0200 Subject: Fixed missing file name in driver script --- triso_study_driver.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/triso_study_driver.sh b/triso_study_driver.sh index 4c99c1e..1578414 100755 --- a/triso_study_driver.sh +++ b/triso_study_driver.sh @@ -1,7 +1,7 @@ #!/bin/bash if [[ $1 == "lcl" ]]; then - prog=openmc-inst01.py + prog=openmc-inst01.py hpmr.py else prog=./hpmr.py fi -- cgit v1.2.3