Merge branch 'develop' into modify-fix-compute-accessors

# Conflicts:
#	src/PLUGIN/plugin.cpp
This commit is contained in:
Axel Kohlmeyer
2021-10-27 21:14:05 -04:00
171 changed files with 1101 additions and 900 deletions

View File

@ -1903,7 +1903,7 @@ void Atom::add_molecule(int narg, char **arg)
int ifile = 1;
int index = 1;
while (1) {
while (true) {
molecules = (Molecule **)
memory->srealloc(molecules,(nmolecule+1)*sizeof(Molecule *),
"atom::molecules");