- Timestamp:
- 03/06/06 10:53:58 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/STSelector.cpp
r850 r869 141 141 { 142 142 if (intselections_.count(key) > 0) { 143 return std::vector<int>();//intselections_[key]; 144 } 143 return intselections_[key]; 144 } 145 return std::vector<int>(); 145 146 } 146 147
Note:
See TracChangeset
for help on using the changeset viewer.