Skip to content

Commit

Permalink
bug fix: Ellipsoids can now be mixed with ordinary particles
Browse files Browse the repository at this point in the history
  • Loading branch information
jewettaij committed Apr 30, 2021
1 parent b9eea0e commit 2c2c97c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions moltemplate/scripts/moltemplate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
# Copyright (c) 2013

G_PROGRAM_NAME="moltemplate.sh"
G_VERSION="2.19.9"
G_DATE="2021-4-27"
G_VERSION="2.19.10"
G_DATE="2021-4-29"

echo "${G_PROGRAM_NAME} v${G_VERSION} ${G_DATE}" >&2
echo "" >&2
Expand Down Expand Up @@ -1785,7 +1785,7 @@ echo "LAMMPS Description" > "$OUT_FILE_DATA"
echo "" >> "$OUT_FILE_DATA"
echo " $NATOMS atoms" >> "$OUT_FILE_DATA"
if [ -n "$NELLIPSOIDS" ]; then
echo " $NATOMS ellipsoids" >> "$OUT_FILE_DATA"
echo " $NELLIPSOIDS ellipsoids" >> "$OUT_FILE_DATA"
fi
if [ -n "$NBONDS" ] || [ -n "$NBONDTYPES" ]; then
echo " $NBONDS bonds" >> "$OUT_FILE_DATA"
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@

url='https://github.com/jewettaij/moltemplate',

download_url='https://github.com/jewettaij/moltemplate/archive/v2.19.9.zip',
download_url='https://github.com/jewettaij/moltemplate/archive/v2.19.10.zip',

version='2.19.9',
version='2.19.10',

keywords=['simulation', 'LAMMPS', 'molecule editor', 'molecule builder',
'ESPResSo'],
Expand Down

0 comments on commit 2c2c97c

Please sign in to comment.