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

v1.6.3.75 fix: remove useless old code in RunModel_CemaNeigeGR6J condition test

Refs #73
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.6.3.74
Date: 2020-12-31
Version: 1.6.3.75
Date: 2021-01-04
Authors@R: c(
person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")),
person("Olivier", "Delaigue", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7668-8468"), email = "airGR@inrae.fr"),
......
......@@ -4,7 +4,7 @@
### 1.6.3.74 Release Notes (2020-12-31)
### 1.6.3.75 Release Notes (2021-01-04)
#### New features
......
......@@ -192,7 +192,7 @@ RunModel_CemaNeigeGR6J <- function(InputsModel, RunOptions, Param) {
## Output data preparation
## OutputsModel only
if (!ExportDatesR== FALSE & !ExportStateEnd) {
if (!ExportDatesR & !ExportStateEnd) {
OutputsModel <- c(lapply(seq_len(RESULTS$NOutputs), function(i) RESULTS$Outputs[IndPeriod2, i]),
list(CemaNeigeLayers))
names(OutputsModel) <- c(FortranOutputs$GR[IndOutputsMod], NameCemaNeigeLayers)
......
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