Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
HYCAR-Hydro
airGR
Commits
ef08ae63
Commit
ef08ae63
authored
Feb 16, 2017
by
unknown
Browse files
v1.0.5.20 function TransfoParam_GR1A() cleaned
parent
c13806c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
R/TransfoParam_GR1A.R
View file @
ef08ae63
...
@@ -13,7 +13,7 @@ TransfoParam_GR1A <- function(ParamIn, Direction) {
...
@@ -13,7 +13,7 @@ TransfoParam_GR1A <- function(ParamIn, Direction) {
}
}
if
(
Direction
==
"TR"
)
{
if
(
Direction
==
"TR"
)
{
ParamOut
<-
(
ParamIn
+
10.0
)
/
8
ParamOut
<-
(
ParamIn
+
10.0
)
/
8
}
}
if
(
Direction
==
"RT"
)
{
if
(
Direction
==
"RT"
)
{
ParamOut
<-
ParamIn
*
8
-
10.0
ParamOut
<-
ParamIn
*
8
-
10.0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment