element template

This commit is contained in:
Jukka Aho
2015-12-31 12:35:05 +02:00
parent 5c3d372795
commit 0d11e82e37
+1 -2
View File
@@ -3,7 +3,7 @@
abstract AbstractElement
type Element{E<:AbstractElement}
type Element{E}
connectivity :: Vector{Int}
fields :: Dict{ASCIIString, Field}
end
@@ -292,4 +292,3 @@ function update!{T}(elements::Vector{Element{T}}, field_name::ASCIIString, data:
update!(element, field_name, data)
end
end