Update interfaces.jl

Removed @doc macro
This commit is contained in:
ovainola
2015-06-26 18:54:53 +03:00
parent 4c0505cc2c
commit 449b62bb59
+2 -2
View File
@@ -11,14 +11,14 @@ VERSION < v"0.4-" && using Docile
#using JuliaFEM.elasticity_solver
export solve_elasticity_interface!
@doc """
"""
This is generic interface that reads data from data model, solves elasticity
problem and updates model.
Parameters
----------
model : to be defined
""" ->
"""
function solve_elasticity_interface!()
return 0
end