Skip to content

Commit

Permalink
Revert "Reactivating FESpaces"
Browse files Browse the repository at this point in the history
This reverts commit d5cc652.
  • Loading branch information
fverdugo committed Aug 17, 2020
1 parent d5cc652 commit 5d0e60f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/Gridap.jl
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ include("ReferenceFEs/ReferenceFEs.jl")

include("Geometry/Geometry.jl")

include("FESpaces/FESpaces.jl")

#include("FESpaces/FESpaces.jl")
#
#include("MultiField/MultiField.jl")
#
#include("Visualization/Visualization.jl")
Expand Down
4 changes: 2 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ using Test

@time @testset "Geometry" begin include("GeometryTests/runtests.jl") end

@time @testset "FESpaces" begin include("FESpacesTests/runtests.jl") end

#@time @testset "FESpaces" begin include("FESpacesTests/runtests.jl") end
#
#@time @testset "MultiField" begin include("MultiFieldTests/runtests.jl") end
#
#@time @testset "Visualization" begin include("VisualizationTests/runtests.jl") end
Expand Down

0 comments on commit 5d0e60f

Please sign in to comment.