diff options
Diffstat (limited to 'test/test-value-map.cpp')
| -rw-r--r-- | test/test-value-map.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test-value-map.cpp b/test/test-value-map.cpp index 940e70f..66d584c 100644 --- a/test/test-value-map.cpp +++ b/test/test-value-map.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. @@ -126,4 +126,4 @@ TEST(TestValueMap, LogarithmicMapDomain) EXPECT_LE(std::abs(map->Map(RealWindow { 0.0 })[0]), epsilon); EXPECT_LE(std::abs(map->Map(RealWindow { 100.0 })[0] - 1.0), epsilon); -}
\ No newline at end of file +} |
