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

v1.4.0.4 BUG: fixed wrong registration of frun_GR5H in airGR.c file #13

Showing with 3 additions and 3 deletions
+3 -3
Package: airGR
Type: Package
Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
Version: 1.4.0.4
Version: 1.4.0.5
Date: 2019-12-04
Authors@R: c(
person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")),
......
......@@ -2,7 +2,7 @@
### 1.4.0.4 Release Notes (2019-12-04)
### 1.4.0.5 Release Notes (2019-12-04)
#### New features
......
......@@ -21,7 +21,7 @@ static const R_FortranMethodDef FortranEntries[] = {
{"frun_gr1a", (DL_FUNC) &F77_NAME(frun_gr1a), 11},
{"frun_gr2m", (DL_FUNC) &F77_NAME(frun_gr2m), 11},
{"frun_gr4h", (DL_FUNC) &F77_NAME(frun_gr4h), 11},
{"frun_gr4h", (DL_FUNC) &F77_NAME(frun_gr5h), 13},
{"frun_gr5h", (DL_FUNC) &F77_NAME(frun_gr5h), 13},
{"frun_gr4j", (DL_FUNC) &F77_NAME(frun_gr4j), 11},
{"frun_gr5j", (DL_FUNC) &F77_NAME(frun_gr5j), 11},
{"frun_gr6j", (DL_FUNC) &F77_NAME(frun_gr6j), 11},
......
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