Commit 3e65733f authored by Delaigue Olivier's avatar Delaigue Olivier
Browse files

v1.4.3.49 CLEAN: StateStart and StateEnd initialised in frun_GR1A Fortran codes

Showing with 4 additions and 4 deletions
+4 -4
Package: airGR Package: airGR
Type: Package Type: Package
Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
Version: 1.4.3.48 Version: 1.4.3.49
Date: 2020-01-20 Date: 2020-01-20
Authors@R: c( Authors@R: c(
person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")), person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")),
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
### 1.4.3.48 Release Notes (2020-01-20) ### 1.4.3.49 Release Notes (2020-01-20)
#### New features #### New features
......
...@@ -79,8 +79,8 @@ ...@@ -79,8 +79,8 @@
MISC = -999.999 MISC = -999.999
! Outputs = -999.999 ! initialization made in R ! Outputs = -999.999 ! initialization made in R
StateStart = -999.999 ! CRAN-compatibility updates ! StateStart = -999.999 ! CRAN-compatibility updates
StateEnd = -999.999 ! CRAN-compatibility updates StateEnd = StateStart ! CRAN-compatibility updates
!-------------------------------------------------------------- !--------------------------------------------------------------
......
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