Skip to content

Commit 50654a7

Browse files
committed
A change of the name of the solver_type
1 parent 9abec2a commit 50654a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/nodes/solver_settings/structural_mechanic_solver.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ class StructuralMechanicSolver {
44
this.addInput("material_import_settings", "map"); // 1
55
this.addOutput("solver_settings", "map");
66
this.properties = {
7-
"solver_type" : "Static",
7+
"solver_type" : "static",
88
"model_part_name" : "Structure",
99
"domain_size" : 2,
1010
"echo_level" : 0,

0 commit comments

Comments
 (0)