forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@4338 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
304f40aab4
commit
482aaa1f75
|
@ -74,9 +74,8 @@ FixNH::FixNH(LAMMPS *lmp, int narg, char **arg) : Fix(lmp, narg, arg)
|
|||
|
||||
double p_period[6];
|
||||
for (int i = 0; i < 6; i++) {
|
||||
p_start[i] = p_stop[i] = p_period[i] = 0.0;
|
||||
p_start[i] = p_stop[i] = p_period[i] = p_target[i] = 0.0;
|
||||
p_flag[i] = 0;
|
||||
p_period[i] = 0.0;
|
||||
}
|
||||
|
||||
// process keywords
|
||||
|
|
Loading…
Reference in New Issue