mirror of https://github.com/lammps/lammps.git
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@2940 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
22954a4c0f
commit
61a1499a13
|
@ -356,7 +356,7 @@ void FixAveTime::end_of_step()
|
|||
compute->compute_scalar();
|
||||
compute->invoked_flag |= INVOKED_SCALAR;
|
||||
}
|
||||
vector[i] += compute->compute_scalar();
|
||||
vector[i] += compute->scalar;
|
||||
} else {
|
||||
if (!(compute->invoked_flag & INVOKED_VECTOR)) {
|
||||
compute->compute_vector();
|
||||
|
|
Loading…
Reference in New Issue