summaryrefslogtreecommitdiff
path: root/triso_study_driver.sh
diff options
context:
space:
mode:
Diffstat (limited to 'triso_study_driver.sh')
-rwxr-xr-xtriso_study_driver.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/triso_study_driver.sh b/triso_study_driver.sh
index 2fd17a0..835d819 100755
--- a/triso_study_driver.sh
+++ b/triso_study_driver.sh
@@ -23,7 +23,7 @@ echo Found $keff +/- $pm for VWH!
# 0.025 step size -> 21 iterations
for rad in $(seq 0.65 0.025 1.15); do
echo Running RPT with $rad cm...
- ./hpmr.py -t rpt - $rad > results/rpt/$rad.out
+ ./hpmr.py -t rpt -r $rad > results/rpt/$rad.out
keff=$(cat results/rpt/$rad.out | grep "Combined k-effective" | cut -d "=" -f 2 | cut -d "+" -f 1)
pm=$(cat results/rpt/$rad.out | grep "Combined k-effective" | cut -d "=" -f 2 | cut -d "-" -f 2)
echo Found $keff +/- $pm for RPT with r=$rad cm...