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

[bugfix] flatten on exp in prj_jacobian_assembler

parent 7e596f3c
No related branches found
No related tags found
1 merge request!54[bugfix] make all OGS6 benchmarks work.
......@@ -1012,7 +1012,8 @@ new_prj_jacobian_assembler <- function(type,
relative_epsilons = relative_epsilons,
xpath = "processes/process/jacobian_assembler",
attr_names = character(),
flatten_on_exp = character()
flatten_on_exp = c("component_magnitudes",
"relative_epsilons")
),
class = "prj_jacobian_assembler"
)
......
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