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

This commit is contained in:
sjplimp 2010-06-25 14:18:42 +00:00
parent 304f40aab4
commit 482aaa1f75
1 changed files with 1 additions and 2 deletions

View File

@ -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