git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12718 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user