We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be6ce4b commit 337ab68Copy full SHA for 337ab68
src/CombinatorialSpaces.jl
@@ -9,7 +9,7 @@ include("SimplicialSets.jl")
9
include("DiscreteExteriorCalculus.jl")
10
include("MeshInterop.jl")
11
include("Meshes.jl")
12
-include("restrictions.jl")
+include("Restrictions.jl")
13
include("Multigrid.jl")
14
include("FastDEC.jl")
15
test/runtests.jl
@@ -26,7 +26,7 @@ end
26
end
27
28
@testset "Restrictions" begin
29
- include("restrictions.jl")
+ include("Restrictions.jl")
30
31
32
@testset "Multigrid" begin
0 commit comments