Skip to content

Commit d9fc99b

Browse files
Added eghwt aliases in GHWT_tf_2d.jl
1 parent 48b4dc3 commit d9fc99b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

src/GHWT_tf_2d.jl

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ include("common.jl")
88

99
include("partition_fiedler.jl")
1010

11-
export ghwt_tf_init_2d, ghwt_tf_bestbasis_2d, ghwt_tf_synthesis_2d, ghwt_tf_init_2d_Linderberg, BS2loc
11+
export ghwt_tf_init_2d, ghwt_tf_bestbasis_2d, ghwt_tf_synthesis_2d, ghwt_tf_init_2d_Linderberg, eghwt_init_2d, eghwt_bestbasis_2d, eghwt_synthesis_2d, eghwt_init_2d_Linderberg, BS2loc
1212

1313

1414

@@ -677,4 +677,10 @@ function BS2loc(dmatrix::Matrix{Float64}, GProws::GraphPart, GPcols::GraphPart,
677677
return dvec, loc
678678
end
679679

680-
end
680+
# A useful and meaningful set of aliases here
681+
const eghwt_init_2d = ghwt_tf_init_2d
682+
const eghwt_bestbasis_2d = ghwt_tf_bestbasis_2d
683+
const eghwt_synthesis_2d = ghwt_tf_synthesis_2d
684+
const eghwt_init_2d_Linderberg = ghwt_tf_init_2d_Linderberg
685+
686+
end # of module GHWT_tf_2d

0 commit comments

Comments
 (0)