STYLE: remove shadow variable name

This commit is contained in:
Mark Olesen
2019-01-25 01:09:45 +01:00
parent c2debedd08
commit f9eb16db2a
2 changed files with 5 additions and 12 deletions

View File

@ -64,18 +64,15 @@ class fvMeshFunctionObject
:
public regionFunctionObject
{
protected:
// Protected member data
// Protected Member Data
//- Reference to the fvMesh
const fvMesh& mesh_;
private:
// Private Member Functions
// Protected Member Functions
//- No copy construct
fvMeshFunctionObject(const fvMeshFunctionObject&) = delete;