STYLE: missing inline specifier (#1263)

This commit is contained in:
Mark Olesen 2019-04-01 07:51:54 +02:00 committed by Andrew Heather
parent ba8e5c0ffc
commit baddaee77b

View File

@ -159,7 +159,7 @@ inline Foam::scalar Foam::boundBox::avgDim() const
}
Foam::label Foam::boundBox::nDim() const
inline Foam::label Foam::boundBox::nDim() const
{
label ngood = 0;