From baddaee77b48cbfdaa6f4bc346a91750e2851304 Mon Sep 17 00:00:00 2001 From: Mark Olesen Date: Mon, 1 Apr 2019 07:51:54 +0200 Subject: [PATCH] STYLE: missing inline specifier (#1263) --- src/OpenFOAM/meshes/boundBox/boundBoxI.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OpenFOAM/meshes/boundBox/boundBoxI.H b/src/OpenFOAM/meshes/boundBox/boundBoxI.H index b762840bc2..a71dba711a 100644 --- a/src/OpenFOAM/meshes/boundBox/boundBoxI.H +++ b/src/OpenFOAM/meshes/boundBox/boundBoxI.H @@ -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;