Variable Comb.pos

struct Comb
{
  // ...
  uint* pos ;
  // ...
}