Changeset 927 for trunk/yat/statistics
- Timestamp:
- Oct 3, 2007, 6:58:12 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/statistics/euclidean_vector_distance.h
r909 r927 55 55 AveragerPairWeighted ap; 56 56 add(ap,beg1,end1,beg2); 57 return sqrt( ap.n()*ap.msd());57 return sqrt((beg2-beg1)*ap.msd()); 58 58 } 59 59
Note: See TracChangeset
for help on using the changeset viewer.