Reference.

This commit is contained in:
Steve Checkoway
2006-12-28 04:03:52 +00:00
parent f3fcf9c083
commit 39a2c9647e
3 changed files with 7 additions and 9 deletions
+1 -2
View File
@@ -225,8 +225,7 @@ void AdjustSync::AutosyncTempo()
// be enough in most cases.
float fFilteredError = 0.0;
s_iStepsFiltered = s_vAutosyncTempoData.size();
FilterHighErrorPoints( &s_vAutosyncTempoData,
fSlope, fIntercept, ERROR_TOO_HIGH );
FilterHighErrorPoints( s_vAutosyncTempoData, fSlope, fIntercept, ERROR_TOO_HIGH );
s_iStepsFiltered -= s_vAutosyncTempoData.size();
if( !CalcLeastSquares( s_vAutosyncTempoData, fSlope, fIntercept, fFilteredError ) )