From f3ff7ecc3790e18a7ff50761d3bf820fbea8ea79 Mon Sep 17 00:00:00 2001
From: Nicolas Marsic <marsic@temf.tu-darmstadt.de>
Date: Fri, 9 Jun 2017 14:20:36 +0200
Subject: [PATCH] Adapting linear example to match new default parameters

---
 example/maxwell_linear/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/example/maxwell_linear/Makefile b/example/maxwell_linear/Makefile
index 2e9a3de..b17e1e9 100644
--- a/example/maxwell_linear/Makefile
+++ b/example/maxwell_linear/Makefile
@@ -8,7 +8,7 @@ ref: init
 	getdp ref.pro -solve Eig -pos Eig -msh square.msh
 
 cim: init
-	python ${BIN}/cim.py maxwell.pro square.msh Maxwell 9e8 1e8
+	python ${BIN}/cim.py maxwell.pro square.msh Maxwell 9e8 1e8 -lStart 1 -lStep 1
 
 init:
 	gmsh square.geo -2
-- 
GitLab