diff options
| author | Connor Moore <connor.moore@psi.ch> | 2026-07-13 09:47:16 +0200 |
|---|---|---|
| committer | Connor Moore <connor.moore@psi.ch> | 2026-07-13 09:47:16 +0200 |
| commit | aa77079897aa8c5b91d0763137c0868e1cb06717 (patch) | |
| tree | 9bdc6ff8d3820714765755c41f0105d9c16c7519 /triso_study_driver.sh | |
| parent | acd36e21e8db6cd82d7c0b625a4b9ad877702b58 (diff) | |
Added support for pin-level calculations (by default)
Diffstat (limited to 'triso_study_driver.sh')
| -rwxr-xr-x | triso_study_driver.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/triso_study_driver.sh b/triso_study_driver.sh index b7404c8..3c9e58a 100755 --- a/triso_study_driver.sh +++ b/triso_study_driver.sh @@ -1,9 +1,9 @@ #!/bin/bash if [[ $1 == "lcl" ]]; then - prog=(openmc-inst01.py hpmr.py -l) + prog=(openmc-inst01.py hpmr.py -l -g pin) else - prog=./hpmr.py + prog=(./hpmr.py -g pin) fi mkdir -p results/ results/rpt results/rrpt |
