Mercurial > hg > svcore
comparison data/model/AlignmentModel.cpp @ 1429:48e9f538e6e9
Untabify
author | Chris Cannam |
---|---|
date | Thu, 01 Mar 2018 18:02:22 +0000 |
parents | c1b522cfd1ff |
children | 21f21354c834 |
comparison
equal
deleted
inserted
replaced
1428:87ae75da6527 | 1429:48e9f538e6e9 |
---|---|
20 //#define DEBUG_ALIGNMENT_MODEL 1 | 20 //#define DEBUG_ALIGNMENT_MODEL 1 |
21 | 21 |
22 AlignmentModel::AlignmentModel(Model *reference, | 22 AlignmentModel::AlignmentModel(Model *reference, |
23 Model *aligned, | 23 Model *aligned, |
24 Model *inputModel, | 24 Model *inputModel, |
25 SparseTimeValueModel *path) : | 25 SparseTimeValueModel *path) : |
26 m_reference(reference), | 26 m_reference(reference), |
27 m_aligned(aligned), | 27 m_aligned(aligned), |
28 m_inputModel(inputModel), | 28 m_inputModel(inputModel), |
29 m_rawPath(path), | 29 m_rawPath(path), |
30 m_path(0), | 30 m_path(0), |