Skip to content

Commit 337ab68

Browse files
committed
Reference renamed files
1 parent be6ce4b commit 337ab68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/CombinatorialSpaces.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ include("SimplicialSets.jl")
99
include("DiscreteExteriorCalculus.jl")
1010
include("MeshInterop.jl")
1111
include("Meshes.jl")
12-
include("restrictions.jl")
12+
include("Restrictions.jl")
1313
include("Multigrid.jl")
1414
include("FastDEC.jl")
1515

test/runtests.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ end
2626
end
2727

2828
@testset "Restrictions" begin
29-
include("restrictions.jl")
29+
include("Restrictions.jl")
3030
end
3131

3232
@testset "Multigrid" begin

0 commit comments

Comments
 (0)