From 020612ecdcdf8fdce61d97ed5a7d4130c87fec1c Mon Sep 17 00:00:00 2001 From: phit0 <philipp.schad@stud.uni-goettingen.de> Date: Sun, 24 Oct 2021 13:56:11 +0200 Subject: [PATCH] correct option for ogs6 bin path --- inst/examples/workflow_demos/read_from_benchmark.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inst/examples/workflow_demos/read_from_benchmark.R b/inst/examples/workflow_demos/read_from_benchmark.R index c2259e1..c7dcc3c 100644 --- a/inst/examples/workflow_demos/read_from_benchmark.R +++ b/inst/examples/workflow_demos/read_from_benchmark.R @@ -9,7 +9,7 @@ library(r2ogs6) # You can do this by commenting out the line below and modifying the path to # fit your system. -# options("r2ogs6.default_ogs_bin_path" = "your_path_here") +# options("r2ogs6.default_ogs6_bin_path" = "your_path_here") # Then we can create a simulation object. -- GitLab