From 0f5a8548e6fe979815b7e4b915767cddbc8dbb60 Mon Sep 17 00:00:00 2001 From: Agent Style Date: Thu, 3 Oct 2024 12:38:21 -0700 Subject: [PATCH] Apply style updates --- src/serac/physics/contact/contact_data.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/serac/physics/contact/contact_data.cpp b/src/serac/physics/contact/contact_data.cpp index 63a419483..b3b909bbf 100644 --- a/src/serac/physics/contact/contact_data.cpp +++ b/src/serac/physics/contact/contact_data.cpp @@ -377,7 +377,10 @@ std::unique_ptr ContactData::mergedJacobian() const return std::make_unique(jacobian_offsets_); } -void ContactData::residualFunction([[maybe_unused]] const mfem::Vector& u_shape, [[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 ContactData::jacobianFunction(mfem::HypreParMatrix* orig_J) const {