Skip to content

Commit ad84593

Browse files
committed
move include order to ensure things are defined
1 parent a876e28 commit ad84593

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/MatrixAlgebraKit.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ include("common/safemethods.jl")
7676
include("common/view.jl")
7777
include("common/regularinv.jl")
7878
include("common/matrixproperties.jl")
79-
include("common/gauge.jl")
8079

8180
include("yalapack.jl")
8281
include("algorithms.jl")
@@ -93,6 +92,8 @@ include("interface/schur.jl")
9392
include("interface/polar.jl")
9493
include("interface/orthnull.jl")
9594

95+
include("common/gauge.jl") # needs to be defined after the functions are
96+
9697
include("implementations/projections.jl")
9798
include("implementations/truncation.jl")
9899
include("implementations/qr.jl")

0 commit comments

Comments
 (0)