Mentions légales du service

Skip to content
Snippets Groups Projects
Commit cdac83bb authored by BAUCHER Achille's avatar BAUCHER Achille
Browse files

Clip change a to b

parent e4beaa5a
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ returns *out_a* if *in_a* > *in_b*, *out_b* otherwise. It's usually implemented
val_1 = 1
val_2 = 2
pyear = 2002
val.k = clip(val_2, val_1, time.k, pyear)
val.k = clip(val_1, val_2, pyear, time.k)
the variable *val* will change from *val_1* to *val_2* at time *pyear*.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment