Skip to content

Commit

Permalink
fixup: maybe unused
Browse files Browse the repository at this point in the history
  • Loading branch information
streeve committed Dec 17, 2024
1 parent cbd936e commit b7c9340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CabanaPD_Input.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ class Inputs
}

template <class ForceModel>
void computeCriticalTimeStep( ForceModel model )
void computeCriticalTimeStep( [[maybe_unused]] const ForceModel model )
{
// Reference: Silling & Askari, Computers & Structures 83(17–18) (2005):
// 1526-1535.
Expand Down

0 comments on commit b7c9340

Please sign in to comment.