Skip to content

Commit

Permalink
style.
Browse files Browse the repository at this point in the history
  • Loading branch information
tupek2 committed Sep 13, 2024
1 parent 9a70819 commit 34da99e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/serac/physics/solid_mechanics_contact.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ class SolidMechanicsContact<order, dim, Parameters<parameter_space...>,
// tracking strategy
// See https://github.com/mfem/mfem/issues/3531
mfem::Vector r_blk(r, 0, displacement_.Size());
r_blk = res;
r_blk = res;
mfem::Vector uPlusShapeDisp(u.Size());
uPlusShapeDisp = u;
uPlusShapeDisp += shape_displacement_;
Expand Down

0 comments on commit 34da99e

Please sign in to comment.