Skip to content

Commit 2cb8ebc

Browse files
committed
rename gram.jl to orthog.jl
1 parent 9a5fce8 commit 2cb8ebc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/BasisFunctions.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ export GenericIdentityOperator
222222
# from computations/transform.jl
223223
export transform, transform_dict, transform_to_grid, transform_from_grid
224224

225-
# from bases/dictionary/gram.jl
225+
# from bases/dictionary/orthog.jl
226226
export gramelement, gram, dual, mixedgram, gramdual
227227

228228
# from computations/evaluation.jl
@@ -324,7 +324,7 @@ include("bases/dictionary/indexing.jl")
324324
include("bases/dictionary/dictionary.jl")
325325
include("bases/dictionary/promotion.jl")
326326
include("bases/dictionary/span.jl")
327-
include("bases/dictionary/gram.jl")
327+
include("bases/dictionary/orthog.jl")
328328
include("bases/dictionary/duality.jl")
329329
include("bases/dictionary/discrete_sets.jl")
330330
include("bases/dictionary/gridbasis.jl")

src/bases/dictionary/gram.jl renamed to src/bases/dictionary/orthog.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

2-
# Methods for the computation of Gram matrices and continuous projections in general
2+
# Methods for the computation of inner products, projections and Gram matrices
33

4-
# By convention Gram functionality is only implemented for dictionaries that are
4+
# By convention this functionality is only implemented for dictionaries that are
55
# associated with a measure.
66
hasmeasure::Dictionary) = false
77

0 commit comments

Comments
 (0)