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

This commit is contained in:
sjplimp
2009-12-17 18:03:31 +00:00
parent 0ab963b0f7
commit af93705f78

View File

@ -329,7 +329,7 @@ int DumpCustom::count()
} }
} }
// invoke Computes for per-atom dump quantities // invoke Computes for per-atom quantities
if (ncompute) { if (ncompute) {
int ntimestep = update->ntimestep; int ntimestep = update->ntimestep;
@ -340,7 +340,7 @@ int DumpCustom::count()
} }
} }
// evaluate atom-style Variables for per-atom dump quantities // evaluate atom-style Variables for per-atom quantities
if (nvariable) if (nvariable)
for (i = 0; i < nvariable; i++) for (i = 0; i < nvariable; i++)