Commit f106ffc1 authored by unknown's avatar unknown
Browse files

v1.0.5.18 function TransfoParam() 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.17
Version: 1.0.5.18
Date: 2017-01-23
Authors@R: c(
person("Laurent", "Coron", role = c("aut", "trl")),
......
TransfoParam <- function(ParamIn,Direction,FUN_TRANSFO){
return( FUN_TRANSFO(ParamIn,Direction) )
TransfoParam <- function(ParamIn, Direction, FUN_TRANSFO) {
return(FUN_TRANSFO(ParamIn, Direction))
}
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