fixed order

This commit is contained in:
Chris
2023-07-21 13:38:15 +02:00
parent 35a29b9c2f
commit c08700e1f8
2 changed files with 2 additions and 2 deletions

View File

@@ -4,8 +4,8 @@
#include <array>
#include <vector>
template <typename t_sample>
namespace trnr {
template <typename t_sample>
// Notch filter based on YNotch by Chris Johnson
class ynotch {
public: