We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a3f09c commit 3c28981Copy full SHA for 3c28981
Project.toml
@@ -1,6 +1,6 @@
1
name = "GridArrays"
2
uuid = "356ae075-8bc9-5ef9-a342-46c9ba26438c"
3
-version = "0.1.13"
+version = "0.1.14"
4
5
[deps]
6
CompositeTypes = "b152e2b5-7a66-4b01-a709-34e65c35f657"
src/applications/gauss.jl
@@ -44,7 +44,8 @@ struct ChebyshevExtremae{T} <: AbstractIntervalGrid{T}
44
n :: Int
45
end
46
47
-const ChebyshevPointsOfTheSecondKind = ChebyshevExtremae
+const ChebyshevPoints2 = ChebyshevExtremae
48
+@deprecate ChebyshevPointsOfTheSecondKind ChebyshevPoints2
49
50
size(g::ChebyshevExtremae) = (g.n,)
51
0 commit comments