Skip to content

Commit

Permalink
Changed default so that solver passes tests
Browse files Browse the repository at this point in the history
  • Loading branch information
larsson4 committed Feb 28, 2024
1 parent b87d221 commit 8bb539b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/linelast_solver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ void LinElastSolver::SetupBCVariables()
bdr_type = -1;

type_idx.SetSize(numBdr);
type_idx = -1;
type_idx = 0;

lambda_c.SetSize(numSub);
lambda_c = NULL;
Expand Down

0 comments on commit 8bb539b

Please sign in to comment.