Merge branch 'develop' into modify-fix-compute-accessors
# Conflicts: # src/PLUGIN/plugin.cpp
This commit is contained in:
@ -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");
|
||||
|
||||
Reference in New Issue
Block a user