Skip to content

Commit cb14c1e

Browse files
Added eghwt_bestbasis as an alias of ghwt_tf_bestbasis
1 parent 61425ed commit cb14c1e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/GHWT_tf_1d.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ using ..GraphSignal, ..GraphPartition, ..BasisSpecification, LinearAlgebra
66

77
include("common.jl")
88

9-
export ghwt_tf_bestbasis
9+
export ghwt_tf_bestbasis, eghwt_bestbasis
1010

1111

1212
"""
@@ -281,4 +281,6 @@ function ghwt_tf_bestbasis(dmatrix::Array{Float64,3}, GP::GraphPart; cfspec::Flo
281281
return dvec, BS
282282
end # of function ghwt_tf_bestbasis
283283

284+
const eghwt_bestbasis = ghwt_tf_bestbasis # This should be a useful alias!
285+
284286
end # of module GHWT_tf_1d

0 commit comments

Comments
 (0)