From 3f0df7f132b51bb2d3c90affbdd41d927f6a5a5f Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@igpm.rwth-aachen.de>
Date: Wed, 13 Nov 2013 14:40:41 +0000
Subject: [PATCH] use method setInitialIterate() instead of deprecated
 setInitialSolution()

[[Imported from SVN: r9532]]
---
 cosserat-continuum.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cosserat-continuum.cc b/cosserat-continuum.cc
index 8acb8bf2..37d059f1 100644
--- a/cosserat-continuum.cc
+++ b/cosserat-continuum.cc
@@ -313,7 +313,7 @@ int main (int argc, char *argv[]) try
         //   Solve!
         // /////////////////////////////////////////////////////
 
-        solver.setInitialSolution(x);
+        solver.setInitialIterate(x);
         solver.solve();
 
         x = solver.getSol();
-- 
GitLab