From 7e6d4551dbcafac9148bc6f215c1c2c3fc123bed Mon Sep 17 00:00:00 2001
From: Paul Cacheux <paul.cacheux@supelec.fr>
Date: Sun, 10 Jun 2018 22:16:17 +0200
Subject: [PATCH] Delete unused comments in main.m

---
 SRI_matlab/main.m | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/SRI_matlab/main.m b/SRI_matlab/main.m
index cb92c18..32bac77 100644
--- a/SRI_matlab/main.m
+++ b/SRI_matlab/main.m
@@ -26,12 +26,6 @@ for i=t
     m.step(i, coeffs, VaccinationVector);
 end
 
-% figure
-% hold on
-% plot(t, Slist);
-% plot(t, Ilist);
-% plot(t, Rlist);
-% plot(t, Dlist);
 area([m.Slist.', m.Wlist.', m.Ilist.', m.Qlist.', m.Rlist.']);
 
 legend('Susceptible', 'Waiting', 'Infected', 'In quarantine', 'Immunized');
-- 
GitLab