v0.5 fixes

This commit is contained in:
Jukka Aho
2016-11-15 22:01:00 +02:00
parent 50187466f4
commit a8ff9f50f7
9 changed files with 29 additions and 50 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ type Mesh
element_types :: Dict{Int64, Symbol}
element_codes :: Dict{Int64, Symbol}
element_sets :: Dict{Symbol, Set{Int64}}
surfaces :: Dict{Symbol, Vector{Tuple{Int64, Symbol}}}
surface_sets :: Dict{Symbol, Vector{Tuple{Int64, Symbol}}}
surface_types :: Dict{Symbol, Symbol}
end