fix typo in comment

This commit is contained in:
Axel Kohlmeyer
2020-02-14 18:29:11 -05:00
parent 07c5adc57a
commit f4b64e8d91

View File

@ -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;