From 4e8fcf6d472aa56b18a582841fbf12f8e17b275f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Hermes=29?=
 <stephane.adjemian@univ-lemans.fr>
Date: Mon, 28 Dec 2015 16:34:40 +0100
Subject: [PATCH] Use lmmcp option in integration tests.

---
 tests/lmmcp/rbc.mod   | 2 +-
 tests/lmmcp/rbcii.mod | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/lmmcp/rbc.mod b/tests/lmmcp/rbc.mod
index 08996706d2..aa34aa26f7 100644
--- a/tests/lmmcp/rbc.mod
+++ b/tests/lmmcp/rbc.mod
@@ -68,7 +68,7 @@ end;
 
 perfect_foresight_setup(periods=100);    
 
-perfect_foresight_solver(stack_solve_algo=7, solve_algo=10);
+perfect_foresight_solver(lmmcp);
 
 rplot Investment;
 
diff --git a/tests/lmmcp/rbcii.mod b/tests/lmmcp/rbcii.mod
index 402a16976b..82686821c4 100644
--- a/tests/lmmcp/rbcii.mod
+++ b/tests/lmmcp/rbcii.mod
@@ -66,7 +66,7 @@ end;
 
 perfect_foresight_setup(periods=100);
 
-perfect_foresight_solver(stack_solve_algo=7, solve_algo=10);
+perfect_foresight_solver(lmmcp);
 
 rplot Investment;
 
-- 
GitLab