diff options
| author | Connor Moore <connor.moore@psi.ch> | 2026-07-06 09:55:16 +0200 |
|---|---|---|
| committer | Connor Moore <connor.moore@psi.ch> | 2026-07-06 09:55:16 +0200 |
| commit | 647da2cfb0a7ba87a1821fde5e55eaee7b93bf3b (patch) | |
| tree | 6c8bcbc2e070dfefe190ae142fc8fdd7f5246abc /triso_study_driver.sh | |
| parent | ca028e4a69231d376f69e8ff3cf826d6fe393504 (diff) | |
Fixed missing file name in driver script
Diffstat (limited to 'triso_study_driver.sh')
| -rwxr-xr-x | triso_study_driver.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
