Added '->' symbol at the end of docstring

This commit is contained in:
ovainola
2015-06-25 19:58:09 +03:00
parent 86745ada83
commit 85be00bc0c
+1 -1
View File
@@ -214,7 +214,7 @@ Raises
Exception, if displacement boundary conditions given, i.e.
DX=2 for some node, for example.
"""
""" ->
function eliminate_boundary_conditions(dirichletbc, I, J, V)
if any(dirichletbc .> 0)
throw("displacement boundary condition not supported")