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