From 4a66c8dd14ecbc4fc53b2d5678b08b95acd6cfd7 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Mon, 12 Mar 2007 17:34:11 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@396 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/dump_custom.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dump_custom.cpp b/src/dump_custom.cpp index e732af5ac4..72fe1bea3e 100644 --- a/src/dump_custom.cpp +++ b/src/dump_custom.cpp @@ -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;