Skip to content
Snippets Groups Projects
Commit 79ee563e authored by Andrew Heather's avatar Andrew Heather
Browse files

BUG: pointNoise model - avoid double read

parent 89517146
Branches
Tags
No related merge requests found
......@@ -207,7 +207,7 @@ void pointNoise::calculate()
pointNoise::pointNoise(const dictionary& dict, const bool readFields)
:
noiseModel(dict)
noiseModel(dict, false)
{
if (readFields)
{
......
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