Commit 89caf8af authored by Delaigue Olivier's avatar Delaigue Olivier
Browse files

v1.2.9.33 CLEAN: argument names added when FUN_MOD is called in RunModel

Showing with 4 additions and 4 deletions
+4 -4
Package: airGR
Type: Package
Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
Version: 1.2.9.32
Date: 2019-03-20
Version: 1.2.9.33
Date: 2019-03-21
Authors@R: c(
person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")),
person("Charles", "Perrin", role = c("aut", "ths"), comment = c(ORCID = "0000-0001-8552-1881")),
......
......@@ -13,7 +13,7 @@ output:
### 1.2.9.32 Release Notes (2019-03-20)
### 1.2.9.33 Release Notes (2019-03-21)
......
RunModel <- function(InputsModel, RunOptions, Param, FUN_MOD) {
FUN_MOD <- match.fun(FUN_MOD)
return(FUN_MOD(InputsModel, RunOptions, Param))
return(FUN_MOD(InputsModel = InputsModel, RunOptions = RunOptions, Param = Param))
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment