Skip to content

Commit

Permalink
Try again to fix no tribol build.
Browse files Browse the repository at this point in the history
  • Loading branch information
tupek2 committed Oct 3, 2024
1 parent 5271336 commit 5b21ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/serac/physics/contact/contact_data.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ std::unique_ptr<mfem::BlockOperator> ContactData::mergedJacobian() const
return std::make_unique<mfem::BlockOperator>(jacobian_offsets_);
}

void ContactData::residualFunction([[maybe_unused]] const mfem::Vector& u, [[maybe_unused]] mfem::Vector& r) {}
void ContactData::residualFunction([[maybe_unused]] const mfem::Vector& u_shape, [[maybe_unused]] const mfem::Vector& u, [[maybe_unused]] mfem::Vector& r) {}

std::unique_ptr<mfem::BlockOperator> ContactData::jacobianFunction(mfem::HypreParMatrix* orig_J) const
{
Expand Down

0 comments on commit 5b21ec6

Please sign in to comment.