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_;
|
typename ParcelType::constantProperties constProps_;
|
||||||
|
|
||||||
//- Sub-models dictionary
|
//- Sub-models dictionary
|
||||||
const dictionary& subModelProperties_;
|
const dictionary subModelProperties_;
|
||||||
|
|
||||||
//- Random number generator - used by some injection routines
|
//- Random number generator - used by some injection routines
|
||||||
cachedRandom rndGen_;
|
cachedRandom rndGen_;
|
||||||
|
@ -70,7 +70,7 @@ class particleForces
|
|||||||
const fvMesh& mesh_;
|
const fvMesh& mesh_;
|
||||||
|
|
||||||
//- The particleForces dictionary
|
//- The particleForces dictionary
|
||||||
const dictionary& dict_;
|
const dictionary dict_;
|
||||||
|
|
||||||
//- Gravity
|
//- Gravity
|
||||||
const vector g_;
|
const vector g_;
|
||||||
|
Loading…
Reference in New Issue
Block a user