already caused a bug ;)

This commit is contained in:
Jukka Aho
2015-06-20 15:34:11 +03:00
parent 97faa3fd63
commit 37b87f435a
+6
View File
@@ -9,4 +9,10 @@ type Model
element_gauss_points # For element gauss points
end
function new_model()
"""Initialize empty model.
"""
return Model(Dict(), Dict(), Dict(), Dict(), Dict())
end
end # module