Skip to content

Commit

Permalink
Merge pull request #190 from gridap/release-0.7
Browse files Browse the repository at this point in the history
Preparing release 0.7.1
  • Loading branch information
fverdugo authored Feb 18, 2020
2 parents 61e4e60 + a70ba4c commit bae8163
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Gridap"
uuid = "56d4f2e9-7ea1-5844-9cf6-b9c51ca7ce8e"
authors = ["Santiago Badia <[email protected]>", "Francesc Verdugo <[email protected]>"]
version = "0.7.0"
version = "0.7.1"

[deps]
BSON = "fbb218c0-5317-5bc6-957e-2ee96dd4b1f0"
Expand Down
5 changes: 5 additions & 0 deletions src/FESpaces/DirichletFESpaces.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

"""
struct DirichletFESpace <: SingleFieldFESpace
space::SingleFieldFESpace
end
"""
struct DirichletFESpace <: SingleFieldFESpace
space::SingleFieldFESpace
end
Expand Down

0 comments on commit bae8163

Please sign in to comment.