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

[base] Linebreaks

parent 77ec0b09
No related branches found
No related tags found
1 merge request!6Merge branch 7 fixed functionality into master
...@@ -5,9 +5,9 @@ ...@@ -5,9 +5,9 @@
#'run_simulation #'run_simulation
#'@description Calls OGS6 object validator functions, exports all necessary #'@description Calls OGS6 object validator functions, exports all necessary
#' files and starts OpenGeoSys6 #' files and starts OpenGeoSys6
#'@param ogs6_obj A OGS6 class object #'@param ogs6_obj OGS6: Simulation object
#'@param iter_n The number of iterations (for simulation chains) #'@param iter_n number: Number of iterations (for simulation chains)
#'@param output_to_log_file Should the output be written to a log file? #'@param output_to_log_file flag: Should output be written to a log file?
#'@export #'@export
run_simulation <- function(ogs6_obj, iter_n = 1, output_to_log_file = TRUE) { run_simulation <- function(ogs6_obj, iter_n = 1, output_to_log_file = TRUE) {
......
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