Changeset 3339 for branches/0.12-stable/yat/utility/Aligner.cc
- Timestamp:
- Nov 6, 2014, 12:43:01 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.12-stable/yat/utility/Aligner.cc
r3293 r3339 79 79 80 80 columns_ = x.columns(); 81 alignment_. resize(columns_*x.rows(), none);81 alignment_.assign(columns_*x.rows(), none); 82 82 83 83 for (size_t i=1; i<x.rows(); ++i)
Note: See TracChangeset
for help on using the changeset viewer.