diff --git a/miniapps/hooke/materials/neohookean.hpp b/miniapps/hooke/materials/neohookean.hpp index 5614405dc6..88a67d5d2b 100644 --- a/miniapps/hooke/materials/neohookean.hpp +++ b/miniapps/hooke/materials/neohookean.hpp @@ -49,7 +49,7 @@ struct NeoHookeanMaterial */ template MFEM_HOST_DEVICE tensor - stress(const tensor &__restrict__ dudx) const + stress(const tensor &dudx) const { constexpr auto I = mfem::internal::IsotropicIdentity(); T J = det(I + dudx);