# HG changeset patch # User Chris Cannam # Date 1415955752 0 # Node ID c7aa28f0d2ac66d564bc51696d04dae7a438c84c # Parent b183534a2cf537c58d8f0ca57a15863c82bfc9d2 Comment diff -r b183534a2cf5 -r c7aa28f0d2ac src/Matcher.h --- a/src/Matcher.h Thu Nov 13 18:50:25 2014 +0000 +++ b/src/Matcher.h Fri Nov 14 09:02:32 2014 +0000 @@ -214,13 +214,10 @@ /** The number of values in a feature vector. */ int m_featureSize; - /** A block of previously seen frames are stored in this structure - * for calculation of the distance matrix as the new frames are - * read in. One can think of the structure of the array as a - * circular buffer of vectors. These are the frames with all - * applicable processing applied (e.g. spectral difference, - * normalisation), unlike prevFrame and newFrame. The total - * energy of frames[i] is stored in totalEnergies[i]. */ + /** A block of previously seen feature frames is stored in this + * structure for calculation of the distance matrix as the new + * frames are received. One can think of the structure of the + * array as a circular buffer of vectors. */ vector > m_frames; /** The best path cost matrix. */