40 bool duplicates =
false;
46 if (iter != hashed.
end())
53 hashed.
insert(list[listI], 1);
60 Info <<
nl <<
"WARNING: " << context <<
" with identical names:";
65 Info <<
" " << iter.key();
75 void Foam::meshReader::writeInterfaces(
const objectRegistry& registry)
const
92 ioObj.note() =
"as yet unsupported interfaces (baffles)";
94 Info<<
"Writing " << ioObj.name() <<
" to " << ioObj.objectPath() <<
endl;
97 ioObj.writeHeader(os);
100 ioObj.writeEndDivider(os);
104 void Foam::meshReader::writeMeshLabelList
106 const objectRegistry& registry,
107 const word& propertyName,
129 ioObj.note() =
"persistent data for star-cd <-> foam translation";
130 Info<<
"Writing " << ioObj.name() <<
" to " << ioObj.objectPath() <<
endl;
149 cellTable_.writeDict(registry);
150 writeInterfaces(registry);