Skip to content

Commit

Permalink
fix patch script
Browse files Browse the repository at this point in the history
  • Loading branch information
anjohan committed Oct 21, 2024
1 parent 23cc455 commit 4e5e8f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions patch_lammps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ then
fi

# Check and produce nice message
if [ ! -f pair_allegro.cpp ]; then
echo "Please run `patch_lammps.sh` from the `pair_allegro` root directory."
if [ ! -f pair_nequip_allegro.cpp ]; then
echo "Please run 'patch_lammps.sh' from the 'pair_allegro' root directory."
exit 1
fi

Expand Down

0 comments on commit 4e5e8f0

Please sign in to comment.