# HG changeset patch # User Chris Cannam # Date 1590073750 -3600 # Node ID edc2d0e635dccedb43e26babbef6c1930fe7e588 # Parent 14747f24ad04cefe35b8f46c26d23de138578b96 Comment only diff -r 14747f24ad04 -r edc2d0e635dc data/model/AlignmentModel.cpp --- 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();