Skip to content

Commit 3c28981

Browse files
committed
introduce ChebyshevPoints2
1 parent 7a3f09c commit 3c28981

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "GridArrays"
22
uuid = "356ae075-8bc9-5ef9-a342-46c9ba26438c"
3-
version = "0.1.13"
3+
version = "0.1.14"
44

55
[deps]
66
CompositeTypes = "b152e2b5-7a66-4b01-a709-34e65c35f657"

src/applications/gauss.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ struct ChebyshevExtremae{T} <: AbstractIntervalGrid{T}
4444
n :: Int
4545
end
4646

47-
const ChebyshevPointsOfTheSecondKind = ChebyshevExtremae
47+
const ChebyshevPoints2 = ChebyshevExtremae
48+
@deprecate ChebyshevPointsOfTheSecondKind ChebyshevPoints2
4849

4950
size(g::ChebyshevExtremae) = (g.n,)
5051

0 commit comments

Comments
 (0)