distribtion: Prevent hidden overload warning with Clang

This commit is contained in:
Will Bainbridge
2023-06-16 16:40:48 +01:00
parent d1cb137266
commit de2b4457d6

View File

@ -218,6 +218,9 @@ public:
// Member Functions
//- Sample the distribution
using Base::sample;
//- Sample the distribution
virtual tmp<scalarField> sample(const label n) const
{