From 5e1badabe1aca587bf0ec327b145ffd712a99e80 Mon Sep 17 00:00:00 2001 From: Jukka Aho Date: Sun, 9 Aug 2015 22:06:59 +0300 Subject: [PATCH] Update elasticity_solver.jl --- src/elasticity_solver.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/elasticity_solver.jl b/src/elasticity_solver.jl index 1283260..5386d2e 100644 --- a/src/elasticity_solver.jl +++ b/src/elasticity_solver.jl @@ -40,6 +40,7 @@ Examples [2.0, 3.0, 4.0] """ function dummy(a) + # not doing anything useful. return a+1 end