From 15032c2fabb7916d3ef7f9cc061c8bfcaaa31c4e Mon Sep 17 00:00:00 2001 From: Tero Frondelius Date: Mon, 2 Jan 2017 20:21:59 +0200 Subject: [PATCH] Update materials_plasticity.jl Removing unused requirement NLSolve --- src/materials_plasticity.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/materials_plasticity.jl b/src/materials_plasticity.jl index 42e8c38..8da27b9 100644 --- a/src/materials_plasticity.jl +++ b/src/materials_plasticity.jl @@ -1,5 +1,4 @@ using ForwardDiff -using NLsolve """ Creating functions for newton: xₙ₊₁ = xₙ - df⁻¹ * f and initial values