git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14431 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -903,7 +903,7 @@ void Set::setrandom(int keyword)
|
||||
|
||||
// set theta to random orientation in 2d
|
||||
|
||||
} else if (keyword == QUAT_RANDOM) {
|
||||
} else if (keyword == THETA_RANDOM) {
|
||||
int nlocal = atom->nlocal;
|
||||
double theta;
|
||||
for (i = 0; i < nlocal; i++) {
|
||||
|
||||
Reference in New Issue
Block a user