Skip to content

Commit

Permalink
revert changes in build_mechanism.sh that got accidentally committed …
Browse files Browse the repository at this point in the history
…in the previous commit
  • Loading branch information
Christoph Keller committed Oct 10, 2023
1 parent 2d6db44 commit be4b499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KPP/build_mechanism.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ rm -f *.o *.mod *.a
# Build the mechanism!
#============================================================================
if [[ -f gckpp.kpp ]]; then
/discover/nobackup/mslong1/KPP/KPP/bin/kpp gckpp.kpp
kpp gckpp.kpp
else
echo "Could not find the 'gckpp.kpp' file... Aborting!"
exit 1
Expand Down

0 comments on commit be4b499

Please sign in to comment.