From 13946540fab53de48b69007241dbab0c7ba0a8f2 Mon Sep 17 00:00:00 2001 From: mattijs Date: Tue, 7 Aug 2012 17:02:34 +0100 Subject: [PATCH] STYLE: codedFixedValue: make const --- .../derived/codedFixedValue/codedFixedValueFvPatchField.H | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/finiteVolume/fields/fvPatchFields/derived/codedFixedValue/codedFixedValueFvPatchField.H b/src/finiteVolume/fields/fvPatchFields/derived/codedFixedValue/codedFixedValueFvPatchField.H index 56fef9354e..c7fdc5c644 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/codedFixedValue/codedFixedValueFvPatchField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/codedFixedValue/codedFixedValueFvPatchField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -104,7 +104,7 @@ class codedFixedValueFvPatchField // Private data //- Dictionary contents for the boundary condition - mutable dictionary dict_; + const dictionary dict_; const word redirectType_;