Beispiel #1
0
bool COARpeak::GetCountBool(const IOARpeak &x)
{
  int n = x.GetAlleleCount();
  bool b = n > 1;
  return b;
}