element template

This commit is contained in:
Jukka Aho
2015-12-31 12:35:05 +02:00
parent 9952cb3903
commit a43d57b7d9
+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