forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@396 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
bcc358dc11
commit
4a66c8dd14
|
@ -915,7 +915,7 @@ int DumpCustom::modify_param(int narg, char **arg)
|
|||
thresh_array[nthresh] = CENTRO;
|
||||
if (index_centro < 0) {
|
||||
index_centro = add_compute(style_centro,1);
|
||||
create_compute(style_stress,NULL);
|
||||
create_compute(style_centro,NULL);
|
||||
}
|
||||
} else if (strcmp(arg[1],"sxx") == 0) {
|
||||
thresh_array[nthresh] = SXX;
|
||||
|
|
Loading…
Reference in New Issue