From 03649bade6c6a66b1c58cec50b76d436154a6bc8 Mon Sep 17 00:00:00 2001
From: Dorchies David <david.dorchies@irstea.fr>
Date: Tue, 26 Jul 2022 15:43:13 +0200
Subject: [PATCH] clean(docs): remove obsolete lines in vignette V02

---
 vignettes/V02_Calibration_SD_model.Rmd | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/vignettes/V02_Calibration_SD_model.Rmd b/vignettes/V02_Calibration_SD_model.Rmd
index f43d227..5146c63 100644
--- a/vignettes/V02_Calibration_SD_model.Rmd
+++ b/vignettes/V02_Calibration_SD_model.Rmd
@@ -127,10 +127,6 @@ Before using the automatic calibration tool, the user needs to prepare the calib
 CalibOptions <- CreateCalibOptions(InputsModel)
 ```
 
-```{r, echo=FALSE}
-save(RunOptions, InputsCrit, CalibOptions, IndPeriod_Run, file = file.path(tempdir(), "V02.RData"))
-```
-
 ## Calibration
 
 The **airGR** calibration process is applied on each node of the `GRiwrm` network from upstream nodes to downstream nodes.
-- 
GitLab