From 9461fecdcdb3cf71748bf6cbc70405cfdee22766 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Mon, 7 Mar 2011 21:51:47 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5744 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/fix_store_state.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fix_store_state.h b/src/fix_store_state.h index 0c452691f6..5ef97caf98 100644 --- a/src/fix_store_state.h +++ b/src/fix_store_state.h @@ -48,7 +48,7 @@ class FixStoreState : public Fix { int *which,*argindex,*value2index; char **ids; double **values; // archived atom properties - double *buf; // 1d ptr to values + double *vbuf; // 1d ptr to values int comflag; double cm[3]; // center of mass