forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@4601 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
31f847883f
commit
55a0a3af4e
File diff suppressed because one or more lines are too long
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue