git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1158 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -405,5 +405,5 @@ double FixAveTime::compute_scalar()
|
||||
double FixAveTime::compute_vector(int n)
|
||||
{
|
||||
if (norm) return vector_total[n]/norm;
|
||||
else return 0.0;
|
||||
return 0.0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user