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

[base] Now is more efficient

parent bcb51c72
No related branches found
No related tags found
1 merge request!6Merge branch 7 fixed functionality into master
......@@ -67,13 +67,10 @@ export_prj <- function(ogs6_obj) {
file <- paste0(ogs6_obj$sim_path, ogs6_obj$sim_name, ".prj")
cat("\nWriting XML to ", file, "\n")
xml2::write_xml(prj_xml,
file,
options = "format",
encoding="ISO-8859-1")
cat("\nDone writing XML.\n")
return(invisible(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