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

[base] deleted old read_in_vtu code

parent e4b2a915
No related branches found
No related tags found
1 merge request!6Merge branch 7 fixed functionality into master
...@@ -14,10 +14,10 @@ read_in_vtu <- function(vtu_path) { ...@@ -14,10 +14,10 @@ read_in_vtu <- function(vtu_path) {
root_node <- xml2::xml_find_first(xml_doc, xpath_expr) root_node <- xml2::xml_find_first(xml_doc, xpath_expr)
vtu_obj <- node_to_r2ogs6_obj(xml_node = root_node, vtu_obj <-
xpath_expr = xpath_expr, node_to_r2ogs6_class_object(xml_node = root_node,
subclasses_names = xpath_expr = xpath_expr,
get_subclass_names("OGS6_vtu")) subclasses_names =
get_subclass_names("OGS6_vtu"))
return(invisible(vtu_obj)) return(invisible(vtu_obj))
} }
\ No newline at end of file
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