Skip to content
Snippets Groups Projects
Commit d36f988d authored by Andrew Heather's avatar Andrew Heather Committed by Mark OLESEN
Browse files

BUG: DESModelRegions - added missing field write() - see #591

parent 680baba1
Branches
No related merge requests found
......@@ -172,6 +172,8 @@ bool Foam::functionObjects::DESModelRegions::write()
<< " writing field " << DESModelRegions.name() << nl
<< endl;
DESModelRegions.write();
return true;
}
......
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