Commit 1869f5ed authored by unknown's avatar unknown
Browse files

v1.0.5.17 function RunModel() cleaned

Showing with 3 additions and 4 deletions
+3 -4
Package: airGR
Type: Package
Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
Version: 1.0.5.16
Version: 1.0.5.17
Date: 2017-01-23
Authors@R: c(
person("Laurent", "Coron", role = c("aut", "trl")),
......
RunModel <- function(InputsModel,RunOptions,Param,FUN_MOD){
return( FUN_MOD(InputsModel,RunOptions,Param) )
RunModel <- function(InputsModel, RunOptions, Param, FUN_MOD) {
return(FUN_MOD(InputsModel, RunOptions, 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