Changeset 2271 for branches/0.6-stable/yat/utility/utility.h
- Timestamp:
- Jun 14, 2010, 6:57:06 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.6-stable/yat/utility/utility.h
r2119 r2271 262 262 continue; 263 263 matrix.resize(matrix.size()+1); 264 std::vector< double>& v=matrix.back();264 std::vector<T>& v=matrix.back(); 265 265 v.reserve(nof_columns); 266 266 std::stringstream ss(line);
Note: See TracChangeset
for help on using the changeset viewer.