fix Wignored-qualifiers warnings

This commit is contained in:
danielque
2017-01-23 17:22:43 +01:00
parent adcb9031ad
commit c40c4ad6fb
2 changed files with 2 additions and 2 deletions

View File

@ -107,7 +107,7 @@ ErgunStatFines::~ErgunStatFines()
// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * //
const scalar ErgunStatFines::dSauter(label cellI) const
scalar ErgunStatFines::dSauter(label cellI) const
{
// Sauter mean diameter without influence of medium-scale fines
scalar dS = dSauter_[cellI] / scaleDist_;

View File

@ -73,7 +73,7 @@ private:
mutable scalar switchingVoidfraction_; //voidfraction above which dilute formulation will be used
inline const scalar dSauter(label) const;
inline scalar dSauter(label) const;
public: