Skip to content

Commit 5cb9790

Browse files
rename files
1 parent 5b2b73d commit 5cb9790

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

src/AlgebraicSolving.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ include("interfaces/nemo.jl")
1212
include("algorithms/groebner-bases.jl")
1313
include("algorithms/normal-forms.jl")
1414
include("algorithms/solvers.jl")
15-
include("algorithms/other-algorithms.jl")
15+
include("algorithms/dimension.jl")
1616
#= siggb =#
1717
include("siggb/siggb.jl")
1818
#= examples =#
File renamed without changes.
File renamed without changes.

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ include("interfaces/nemo.jl")
66
include("algorithms/groebner-bases.jl")
77
include("algorithms/normal-forms.jl")
88
include("algorithms/solvers.jl")
9-
include("algorithms/other-algorithms.jl")
9+
include("algorithms/dimension.jl")
1010
include("examples/katsura.jl")
1111
end

0 commit comments

Comments
 (0)