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

This commit is contained in:
sjplimp 2011-09-13 22:23:45 +00:00
parent e8148d3d86
commit 1ef85ee3f5
1 changed files with 1 additions and 2 deletions

View File

@ -375,8 +375,7 @@ double FixNPHug::compute_vector(int n)
// index not found, look in base class
FixNH::compute_vector(n);
return FixNH::compute_vector(n);
}
/* ----------------------------------------------------------------------