Skip to content
Snippets Groups Projects
Commit 974bb29a authored by Mark OLESEN's avatar Mark OLESEN
Browse files

STYLE: use updated HashTable iterator names

parent 64b82ebb
Branches
Tags
No related merge requests found
......@@ -123,7 +123,7 @@ Foam::label Foam::functionObjects::adiosWrite::writeFields
const wordList sortedNames = mesh.sortedNames();
for (const word& objName : sortedNames)
{
const regIOobject& obj = *(mesh.find(objName).object());
const regIOobject& obj = *(mesh.find(objName).val());
const word& name = obj.name();
const word& type = obj.type();
......
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