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

This commit is contained in:
sjplimp
2006-11-15 15:09:03 +00:00
parent 8d472f2113
commit 8d1c25c72f

View File

@ -677,10 +677,10 @@ int DumpCustom::count()
nstride = 1;
} else if (thresh_array[ithresh] == EPAIR) {
ptr = ((FixEnergy *) modify->fix[ifix_epair])->energy;
nstride = 3;
nstride = 1;
} else if (thresh_array[ithresh] == CENTRO) {
ptr = ((FixCentro *) modify->fix[ifix_centro])->centro;
nstride = 3;
nstride = 1;
} else if (thresh_array[ithresh] == SXX) {
ptr = &((FixStress *) modify->fix[ifix_stress])->stress[0][0];
nstride = 6;