git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9753 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -140,8 +140,8 @@ void WriteData::write(char *file)
|
||||
|
||||
if (natoms) atoms();
|
||||
if (natoms) velocities();
|
||||
if (nbonds) bonds();
|
||||
if (nangles) angles();
|
||||
if (atom->nbonds && nbonds) bonds();
|
||||
if (atom->nangles && nangles) angles();
|
||||
if (atom->ndihedrals) dihedrals();
|
||||
if (atom->nimpropers) impropers();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user