Skip to content
Snippets Groups Projects
Commit 97ae3a44 authored by Johannes Boog's avatar Johannes Boog
Browse files

[examples] use temporary directories

parent 56575ed7
No related branches found
No related tags found
1 merge request!17Resolve "define ogs6 executable explicitly and add option for using singularioty containers"
......@@ -15,9 +15,9 @@ library(r2ogs6)
# Then we can create a simulation object.
tmp = tempdir()
ogs6_obj <- OGS6$new(sim_name = "flow_free_expansion",
sim_path = "D:/OGS_sims/")
sim_path = paste0(tmp, "flow_free_expansion"))
ogs6_obj$add_gml(
......
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