Error in vignettes\V03_param_sets_GR4J.Rmd
Line 203-204:
OutputsModel_Cal <- RunModel(InputsModel = InputsModel, RunOptions = RunOptions_Cal, 
                             Param = OutputsCalib$ParamFinalR, FUN = RunModel_GR4J)The argument should be FUN_MOD instead of FUN.
This huge bug was not detected before because the chunk is flagged include=FALSE instead of eval=FALSE so it is not run in the automatic tests.
TODO:
- 
Change FUNtoFUN_MOD
- 
Change includetoeval
