Commit 7dae168d authored by Delaigue Olivier's avatar Delaigue Olivier
Browse files

docs(vignette): indent code in 'param_mcmc'

No related merge requests found
Pipeline #53886 failed with stages
in 42 minutes and 45 seconds
Showing with 1 addition and 1 deletion
+1 -1
...@@ -69,7 +69,7 @@ Note that we do not use here any discharge transformation, although applying Box ...@@ -69,7 +69,7 @@ Note that we do not use here any discharge transformation, although applying Box
LogLikeGR4J <- function(ParamOptim) { LogLikeGR4J <- function(ParamOptim) {
## Transformation to real space ## Transformation to real space
RawParamOptim <- airGR::TransfoParam_GR4J(ParamIn = ParamOptim, RawParamOptim <- airGR::TransfoParam_GR4J(ParamIn = ParamOptim,
Direction = "TR") Direction = "TR")
## Simulation given a parameter set ## Simulation given a parameter set
OutputsModel <- airGR::RunModel_GR4J(InputsModel = InputsModel, OutputsModel <- airGR::RunModel_GR4J(InputsModel = InputsModel,
RunOptions = RunOptions, RunOptions = RunOptions,
......
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