Changeset 3342 for trunk/yat/utility/Aligner.cc
- Timestamp:
- Nov 6, 2014, 6:26:24 AM (8 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/0.12-stable merged: 3307,3321,3338-3340
- Property svn:mergeinfo changed
-
trunk/yat/utility/Aligner.cc
r3330 r3342 78 78 79 79 columns_ = x.columns(); 80 alignment_. resize(columns_*x.rows(), none);80 alignment_.assign(columns_*x.rows(), none); 81 81 82 82 for (size_t i=1; i<x.rows(); ++i)
Note: See TracChangeset
for help on using the changeset viewer.