Skip to content

Commit

Permalink
A change of the name of the solver_type
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiqSun97 committed May 28, 2021
1 parent 9abec2a commit 50654a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/nodes/solver_settings/structural_mechanic_solver.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class StructuralMechanicSolver {
this.addInput("material_import_settings", "map"); // 1
this.addOutput("solver_settings", "map");
this.properties = {
"solver_type" : "Static",
"solver_type" : "static",
"model_part_name" : "Structure",
"domain_size" : 2,
"echo_level" : 0,
Expand Down

0 comments on commit 50654a7

Please sign in to comment.