git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14243 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2015-11-07 21:03:31 +00:00
parent 007123f198
commit b741a77712
10 changed files with 20 additions and 22 deletions

View File

@ -839,6 +839,7 @@ void ReadDump::process_atoms(int n)
// create type and coord fields from dump file
// coord = 0.0 unless corresponding dump file field was specified
itype = 0;
one[0] = one[1] = one[2] = 0.0;
for (ifield = 1; ifield < nfield; ifield++) {
switch (fieldtype[ifield]) {