mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: pointNoise model - avoid double read
This commit is contained in:
@ -207,7 +207,7 @@ void pointNoise::calculate()
|
||||
|
||||
pointNoise::pointNoise(const dictionary& dict, const bool readFields)
|
||||
:
|
||||
noiseModel(dict)
|
||||
noiseModel(dict, false)
|
||||
{
|
||||
if (readFields)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user