Mercurial > hg > svcore
diff data/model/AlignmentModel.cpp @ 1860:edc2d0e635dc
Comment only
author | Chris Cannam |
---|---|
date | Thu, 21 May 2020 16:09:10 +0100 |
parents | f19711ab7074 |
children | 3072aa267248 |
line wrap: on
line diff
--- a/data/model/AlignmentModel.cpp Thu May 14 16:36:48 2020 +0100 +++ b/data/model/AlignmentModel.cpp Thu May 21 16:09:10 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();