Changeset 869


Ignore:
Timestamp:
03/06/06 10:53:58 (18 years ago)
Author:
mar637
Message:

return empty std::vector<int> in ::get

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STSelector.cpp

    r850 r869  
    141141{
    142142  if (intselections_.count(key) > 0) {
    143     return  std::vector<int>();//intselections_[key];
    144   }
     143    return  intselections_[key];
     144  }
     145  return  std::vector<int>();
    145146}
    146147
Note: See TracChangeset for help on using the changeset viewer.