mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-20 01:59:59 +00:00
Update abaqus_reader.jl
Removed @doc macro
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user