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
No related merge requests found
...@@ -123,7 +123,7 @@ Foam::label Foam::functionObjects::adiosWrite::writeFields ...@@ -123,7 +123,7 @@ Foam::label Foam::functionObjects::adiosWrite::writeFields
const wordList sortedNames = mesh.sortedNames(); const wordList sortedNames = mesh.sortedNames();
for (const word& objName : 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& name = obj.name();
const word& type = obj.type(); 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