Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions modxna.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ if [ $cc_version_major -lt 6 ] ; then
cc_version_ok=0
elif [ $cc_version_major -eq 6 -a $cc_version_minor -lt 26 ] ; then
cc_version_ok=0
elif [ $cc_version_major -eq 7 -a $cc_version_minor -lt 1 ] ; then
echo -e " \e[31mError: modxna.sh is incompatible with CPPTRAJ version 7.00.0\e[39m"
exit 1
fi
if [ $cc_version_ok -eq 0 ] ; then
echo -e " \e[31mError: CPPTRAJ version is too old. Require at least 6.26.0\e[39m"
Expand Down