git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@3563 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -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++)
|
||||||
|
|||||||
Reference in New Issue
Block a user