From 45e2906ea42f441f3f0ec064b345e61bcf67e66b Mon Sep 17 00:00:00 2001 From: Johannes Boog <johannesboog@yahoo.de> Date: Sat, 26 Nov 2022 21:59:31 +0100 Subject: [PATCH] [bugfix] add parameters to new_prj_ph_property add tortuosity and curve to the object to generate --- R/prj_medium.R | 2 ++ 1 file changed, 2 insertions(+) diff --git a/R/prj_medium.R b/R/prj_medium.R index 379eeb2..887db39 100644 --- a/R/prj_medium.R +++ b/R/prj_medium.R @@ -553,6 +553,8 @@ new_prj_ph_property <- function(name, exponents = exponents, lower_saturation_limit = lower_saturation_limit, upper_saturation_limit = upper_saturation_limit, + tortuosity = tortuosity, + curve = curve, xpath = "media/medium/phases/phase/properties/property", attr_names = character(), flatten_on_exp = c("value", "exponents", -- GitLab