Skip to content
This repository has been archived by the owner on Jan 22, 2021. It is now read-only.

Commit

Permalink
2nd order, so removing this implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrucher committed Jul 6, 2017
1 parent ead4231 commit c828a08
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ATK/EQ/LinkwitzRileyFilter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,6 @@ namespace ATK
template class IIRFilter<LinkwitzRiley4HighPassCoefficients<float> >;
template class IIRFilter<LinkwitzRiley4HighPassCoefficients<double> >;

template class IIRTDF2Filter<LinkwitzRileyLowPassCoefficients<float> >;
template class IIRTDF2Filter<LinkwitzRileyLowPassCoefficients<double> >;
template class IIRTDF2Filter<LinkwitzRileyHighPassCoefficients<float> >;
template class IIRTDF2Filter<LinkwitzRileyHighPassCoefficients<double> >;
template class IIRTDF2Filter<LinkwitzRiley4LowPassCoefficients<float> >;
template class IIRTDF2Filter<LinkwitzRiley4LowPassCoefficients<double> >;
template class IIRTDF2Filter<LinkwitzRiley4HighPassCoefficients<float> >;
Expand Down

0 comments on commit c828a08

Please sign in to comment.