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

[base] Modified .prj export to fit new class

parent 60e9d926
No related branches found
No related tags found
1 merge request!6Merge branch 7 fixed functionality into master
...@@ -12,7 +12,7 @@ export_prj <- function(ogs6_obj) { ...@@ -12,7 +12,7 @@ export_prj <- function(ogs6_obj) {
if(is.null(ogs6_obj$geometry)) { if(is.null(ogs6_obj$geometry)) {
meshes_node <- to_node(ogs6_obj$meshes, "meshes") meshes_node <- to_node(ogs6_obj$meshes, "meshes")
}else{ }else{
meshes_node <- to_node(ogs6_obj$meshes[[1]]$mesh_ref, "mesh") meshes_node <- to_node(ogs6_obj$meshes[[1]]$mesh_filename, "mesh")
} }
# First instantiate our big wrapper list # First instantiate our big wrapper list
......
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