setSect method

void setSect(
  1. int sect
)

Implementation

void setSect(int sect) {
  _sect = (1 == sect) ? 1 : 2;
}