ENH: Random numbers - updated dependent code from change to cachedRandom class

This commit is contained in:
Andrew Heather
2017-04-27 15:24:52 +01:00
parent 02205ef167
commit 88a03de238
6 changed files with 6 additions and 13 deletions

View File

@ -61,7 +61,7 @@ Foam::functionObjects::particleDistribution::particleDistribution
cloudName_("unknown-cloudName"),
nameVsBinWidth_(),
tagFieldName_("none"),
rndGen_(1234, -1),
rndGen_(),
writerPtr_(nullptr)
{
read(dict);