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

[bugfix] renamed function in flow_free_exp example

parent 52aed3b4
No related branches found
No related tags found
1 merge request!10Resolve "user-friendly print method for `OGS6` class and associated classes needed"
......@@ -15,7 +15,6 @@ library(r2ogs6)
# Then we can create a simulation object.
ogs6_obj <- OGS6$new(sim_name = "flow_free_expansion",
sim_id = 1,
sim_path = "D:/OGS_Sim/")
......@@ -31,4 +30,4 @@ read_in_prj(ogs6_obj, prj_path)
#===== Run simulation =====
e <- run_simulation(ogs6_obj, write_logfile = FALSE)
e <- ogs_run_simulation(ogs6_obj, write_logfile = FALSE)
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