distributions::unintegrable: Prevent Gcc-13 warning

This commit is contained in:
Will Bainbridge
2023-05-23 10:47:49 +01:00
parent ed4bd53df6
commit c2fd3c2612

View File

@ -215,6 +215,9 @@ public:
//- Sample the distribution //- Sample the distribution
scalar sample() const; scalar sample() const;
//- Sample the distribution
using distribution::sample;
//- Return the mean value //- Return the mean value
virtual scalar mean() const; virtual scalar mean() const;