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

This commit is contained in:
sjplimp
2014-11-18 20:01:25 +00:00
parent b0a5f4a280
commit 48e1a950b9
3 changed files with 311 additions and 90 deletions

View File

@ -236,7 +236,6 @@ void Velocity::create(double t_desired, int seed)
vx = random->gaussian();
vy = random->gaussian();
vz = random->gaussian();
sum += vx;
}
m = atom->map(i);
if (m >= 0 && m < nlocal) {