Commit 216a3edb authored by Saira Hussain's avatar Saira Hussain 💬
Browse files

Update with debug mode on

parent 4ae2b5be
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -20,7 +20,11 @@ gunzip -r *
set -x

# Run the shipped example data files
norsnet cad23.f cad23-fil.rdbProf cad23-fil.hssp cad23.norsnet cad23 cad23.profbval
for (( n=1; n<=2; n++))
do
    norsnet cad23.f cad23-fil.rdbProf cad23-fil.hssp cad23.norsnet cad23 cad23.profbval $n debug
done