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

This commit is contained in:
sjplimp 2010-08-26 19:25:30 +00:00
parent 31f847883f
commit 55a0a3af4e
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -35,7 +35,7 @@ ComputeDisplaceAtom::ComputeDisplaceAtom(LAMMPS *lmp, int narg, char **arg) :
peratom_flag = 1;
size_peratom_cols = 4;
// create a new fix store/state style
// create a new fix store/state style
// id = compute-ID + store_state, fix group = compute group
int n = strlen(id) + strlen("_store_state") + 1;