BUG: Use dictionary copy instead of reference
This commit is contained in:
parent
b8c2cbaaec
commit
c9b8b5f05e
@ -288,7 +288,7 @@ protected:
|
||||
typename ParcelType::constantProperties constProps_;
|
||||
|
||||
//- Sub-models dictionary
|
||||
const dictionary& subModelProperties_;
|
||||
const dictionary subModelProperties_;
|
||||
|
||||
//- Random number generator - used by some injection routines
|
||||
cachedRandom rndGen_;
|
||||
|
@ -70,7 +70,7 @@ class particleForces
|
||||
const fvMesh& mesh_;
|
||||
|
||||
//- The particleForces dictionary
|
||||
const dictionary& dict_;
|
||||
const dictionary dict_;
|
||||
|
||||
//- Gravity
|
||||
const vector g_;
|
||||
|
Loading…
Reference in New Issue
Block a user