cmbi / kmad

Knowledge based multiple sequence alignment for intrinsically disordered proteins
http://www.cmbi.ru.nl/kmad
GNU General Public License v3.0
8 stars 4 forks source link

Remove CheckIfContains #19

Closed jonblack closed 9 years ago

jonblack commented 9 years ago

Remove CheckIfContains and use std::find(v.begin(), v.end(), item) == v.end() in the calling code. I think it's clearer just to use the standard library rather than a wrapper.