Skip to content
Snippets Groups Projects
Commit 35d1bdd8 authored by andy's avatar andy
Browse files

BUG: SubModelBase - use copy instead of reference for sub-model coeffs dictionary

parent 69c93be1
Branches
Tags
No related merge requests found
......@@ -61,7 +61,7 @@ protected:
CloudType& owner_;
//- Reference to the cloud dictionary
const dictionary& dict_;
const dictionary dict_;
//- Name of the sub-model base class
const word baseName_;
......@@ -73,7 +73,7 @@ protected:
const word modelName_;
//- Coefficients dictionary
const dictionary& coeffDict_;
const dictionary coeffDict_;
// Protected Member Functions
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment