diff options
Diffstat (limited to 'test/test-fft.cpp')
| -rw-r--r-- | test/test-fft.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test-fft.cpp b/test/test-fft.cpp index 1a9aeea..4b1689e 100644 --- a/test/test-fft.cpp +++ b/test/test-fft.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 Vasile Vilvoiu <vasi@vilvoiu.ro> + * Copyright (c) 2020-2023 Vasile Vilvoiu <vasi@vilvoiu.ro> * * specgram is free software; you can redistribute it and/or modify * it under the terms of the MIT license. See LICENSE for details. @@ -352,4 +352,4 @@ TEST(TestFFT, Resample) EXPECT_EQ(out.size(), 4); for (auto v : out) { EXPECT_EQ(v, 0.0); } } -}
\ No newline at end of file +} |
