Skip to content
Snippets Groups Projects
Commit 7e596f3c authored by Johannes Boog's avatar Johannes Boog
Browse files

[bugfix] flatten value on export in prj_pj_property

parent 504469bf
No related branches found
No related tags found
1 merge request!54[bugfix] make all OGS6 benchmarks work.
......@@ -545,7 +545,7 @@ new_prj_ph_property <- function(name,
upper_saturation_limit = upper_saturation_limit,
xpath = "media/medium/phases/phase/properties/property",
attr_names = character(),
flatten_on_exp = c("exponents",
flatten_on_exp = c("value", "exponents",
"swelling_pressures"),
unwrap_on_exp = c("independent_variable", "dvalue")
),
......
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