forked from lijiext/lammps
fix typo in comment
This commit is contained in:
parent
07c5adc57a
commit
f4b64e8d91
|
@ -1084,7 +1084,7 @@ void Set::setrandom(int keyword)
|
||||||
ranmars->select_subset(nsubset,count,flag,work);
|
ranmars->select_subset(nsubset,count,flag,work);
|
||||||
|
|
||||||
// change types of selected atoms
|
// change types of selected atoms
|
||||||
// flag vecftor from select_subset() is only for eligible atoms
|
// flag vector from select_subset() is only for eligible atoms
|
||||||
|
|
||||||
count = 0;
|
count = 0;
|
||||||
int eligible = 0;
|
int eligible = 0;
|
||||||
|
|
Loading…
Reference in New Issue