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

This commit is contained in:
sjplimp 2007-03-12 17:34:11 +00:00
parent bcc358dc11
commit 4a66c8dd14
1 changed files with 1 additions and 1 deletions

View File

@ -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;