mirror of https://github.com/lammps/lammps.git
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1938 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
d28a068ced
commit
000a3d151f
|
@ -210,7 +210,8 @@ for i = 1 : 1 : nfiles
|
|||
if j ~= Natoms
|
||||
if atom_data(id(j,1,i),2,i) ~= atom_data(id(j+1,1,i),2,i)
|
||||
atom_change = 1;
|
||||
aid = aid+1;
|
||||
aid = atom_data(id(j+1,1,i),2,i);
|
||||
% aid = aid+1;
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue