Changeset 1361 for trunk/yat/classifier
- Timestamp:
- Jul 2, 2008, 11:23:56 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/classifier/MatrixLookup.cc
r1275 r1361 113 113 : data_(other.data_) 114 114 { 115 assert(other.validate()); 115 116 if (row){ 116 117 row_index_ = utility::Index(other.row_index_, index); … … 123 124 assert(validate()); 124 125 } 125 126 126 127 127
Note: See TracChangeset
for help on using the changeset viewer.