From 61140dae12e1f08f26bda8b3d6b1fd910ee81f8d Mon Sep 17 00:00:00 2001
From: Benjamin Auder <benjamin.auder@somewhere>
Date: Wed, 29 Mar 2017 21:49:19 +0200
Subject: [PATCH] 'update'

---
 reports/report.gj | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/reports/report.gj b/reports/report.gj
index 7577c20..c52486c 100644
--- a/reports/report.gj
+++ b/reports/report.gj
@@ -64,8 +64,8 @@ plotError(list(e1, e5, e4, e2, e3), cols=c(1,2,colors()[258],4,6))
 # noir: Neighbors non-local (p1), bleu: Neighbors local endo (p2), mauve: Neighbors local none (p3),
 # vert: moyenne (p4), rouge: persistence (p5)
 
-i_np = which.min(e_n$abs$indices)
-i_p = which.max(e_n$abs$indices)
+i_np = which.min(e1$abs$indices)
+i_p = which.max(e1$abs$indices)
 -----r
 options(repr.plot.width=9, repr.plot.height=4)
 par(mfrow=c(1,2))
-- 
2.44.0