Skip to content
Snippets Groups Projects
Commit ebc62200 authored by Ruben Heinrich's avatar Ruben Heinrich
Browse files

[bugfix] removed leftover sim_id parameter from vignettes

parent d940ed8d
No related branches found
No related tags found
1 merge request!20Resolve "Prepare package for installation"
......@@ -14,7 +14,7 @@ knitr::opts_chunk$set(
fig.align = "center",
collapse = TRUE,
comment = "#>",
message = FALSE,
message = FALSE
)
devtools::load_all(".")
......
......@@ -53,7 +53,6 @@ Usually, you will only ever define `sim_name`, `sim_path`.
```{r}
ogs6_obj <- OGS6$new(sim_name = "my_simulation",
sim_id = 1,
sim_path = "my_sim_path")
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment