Skip to content

Commit

Permalink
Fixed bug in previous commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveMaas1978 committed Aug 21, 2024
1 parent 9c06767 commit f6e6dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FECore/FELineSearch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ double FELineSearch::DoLineSearch(double s)
do
{
// Update geometry
s = UpdateModel(ui, ui, s);
s = UpdateModel(ul, ui, s);

// calculate residual at this point
ns->Residual(R1, false);
Expand Down

0 comments on commit f6e6dd1

Please sign in to comment.