mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: missing inline specifier (#1263)
This commit is contained in:
committed by
Andrew Heather
parent
ba8e5c0ffc
commit
baddaee77b
@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user