Update abaqus_reader.jl

Removed @doc macro
This commit is contained in:
ovainola
2015-06-26 18:53:29 +03:00
parent baecba8e43
commit c0a601af21
+2 -2
View File
@@ -12,9 +12,9 @@ eldims = Dict({"C3D10" => 10})
global handlers = Dict()
@doc """
"""
Register new handler for parser
""" ->
"""
function add_handler(section, function_name)
handlers[section] = function_name
end