From 6ed033f202c910b762011b933b6ab2b68659c753 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Tue, 4 Oct 2022 15:58:10 +0200
Subject: [PATCH] =?UTF-8?q?Bugfix:=20=E2=80=9Crelative=5Firf=E2=80=9D=20op?=
 =?UTF-8?q?tion=20passed=20to=20=E2=80=9Cirf=5Fcalibration=E2=80=9D=20was?=
 =?UTF-8?q?=20also=20passed=20to=20next=20command?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/ParsingDriver.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/ParsingDriver.cc b/src/ParsingDriver.cc
index 7dc78f0d..fd6e3b13 100644
--- a/src/ParsingDriver.cc
+++ b/src/ParsingDriver.cc
@@ -3381,6 +3381,7 @@ ParsingDriver::end_irf_calibration()
                                                      mod_file->symbol_table,
                                                      options_list));
   irf_calibration_constraints.clear();
+  options_list.clear();
 }
 
 void
-- 
GitLab