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

[base] #7 Removed tag_name parameter

parent 98c294ea
No related branches found
No related tags found
3 merge requests!57 vtkdiff,!47 parameter,!2Basic import and export functionality
......@@ -18,7 +18,7 @@ r2ogs6_nonlinear_solver <- function(name,
#Coerce input
max_iter <- coerce_string_to_numeric(max_iter)
max_iter <- coerce_string_to_numeric(damping)
damping <- coerce_string_to_numeric(damping)
new_r2ogs6_nonlinear_solver(name,
type,
......@@ -46,7 +46,6 @@ new_r2ogs6_nonlinear_solver <- function(name,
max_iter = max_iter,
linear_solver = linear_solver,
damping = damping,
tag_name = "nonlinear_solver",
is_subclass = FALSE,
attr_names = character(),
flatten_on_exp = character()
......
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