From 0d81caf119d0a2d53c37df1708871ae58ff6fe63 Mon Sep 17 00:00:00 2001 From: ovainola Date: Thu, 25 Jun 2015 20:28:57 +0300 Subject: [PATCH] new commit --- abaqus_reader.jl => src/abaqus_reader.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename abaqus_reader.jl => src/abaqus_reader.jl (99%) diff --git a/abaqus_reader.jl b/src/abaqus_reader.jl similarity index 99% rename from abaqus_reader.jl rename to src/abaqus_reader.jl index d7463a0..de5557d 100644 --- a/abaqus_reader.jl +++ b/src/abaqus_reader.jl @@ -10,9 +10,9 @@ VERSION < v"0.4-" && using Docile eldims = Dict("C3D10" => 10) global handlers = Dict() -""" +@doc """ Register new handler for parser -""" +""" -> function add_handler(section, function_name) handlers[section] = function_name end