Mercurial > hg > svcore
changeset 1861:9219834e39a4
Merge
author | Chris Cannam |
---|---|
date | Thu, 21 May 2020 16:09:46 +0100 |
parents | edc2d0e635dc (diff) 4c5736a517e0 (current diff) |
children | 3072aa267248 |
files | |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/data/model/AlignmentModel.cpp Mon May 18 14:06:30 2020 +0100 +++ b/data/model/AlignmentModel.cpp Thu May 21 16:09:46 2020 +0100 @@ -310,9 +310,9 @@ AlignmentModel::performAlignment(const Path &path, sv_frame_t frame) const { // The path consists of a series of points, each with frame equal - // to the frame on the source model and mapframe equal to the - // frame on the target model. Both should be monotonically - // increasing. + // to the frame on the source model (aligned model) and mapframe + // equal to the frame on the target model (reference model). Both + // should be monotonically increasing. const Path::Points &points = path.getPoints();