# HG changeset patch # User Chris Cannam # Date 1590073786 -3600 # Node ID 9219834e39a4f8e4259d176b13713da3d1ff01d1 # Parent edc2d0e635dccedb43e26babbef6c1930fe7e588# Parent 4c5736a517e07d72c5523e5e5f2c358f233f6858 Merge diff -r 4c5736a517e0 -r 9219834e39a4 data/model/AlignmentModel.cpp --- 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();