Commit bf370bdb authored by Delaigue Olivier's avatar Delaigue Olivier
Browse files

v1.2.8.3 CLEAN: minor revision of CreateRunOptions and print removed

Showing with 3 additions and 6 deletions
+3 -6
Package: airGR
Type: Package
Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
Version: 1.2.8.2
Version: 1.2.8.3
Date: 2019-03-06
Authors@R: c(
person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")),
......
......@@ -13,7 +13,7 @@ output:
### 1.2.8.2 Release Notes (2019-03-06)
### 1.2.8.3 Release Notes (2019-03-06)
......
......@@ -318,10 +318,7 @@ CreateRunOptions <- function(FUN_MOD, InputsModel, IndPeriod_WarmUp = NULL, IndP
stop(paste0("'Outputs_Cal' is incorrectly defined: ",
paste(Outputs_Cal[Test], collapse = ", "), " not found"))
}
Outputs_Cal <- Outputs_Cal[!duplicated(Outputs_Cal)]
Outputs_Calxxx <- unique(Outputs_Cal)
print(Outputs_Cal)
print(Outputs_Calxxx)
Outputs_Cal <- unique(Outputs_Cal)
##check_MeanAnSolidPrecip
......
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