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

STYLE: use set() for HashPtrTable

parent 5828d451
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ void Foam::catalyst::faMeshInput::update()
{
if (!backends_.found(iter.key()))
{
backends_.insert
backends_.set
(
iter.key(),
new Foam::vtk::faMeshAdaptor(*(iter.object()))
......
......@@ -74,7 +74,7 @@ void Foam::catalyst::fvMeshInput::update()
{
if (!backends_.found(iter.key()))
{
backends_.insert
backends_.set
(
iter.key(),
new Foam::vtk::fvMeshAdaptor(*(iter.object()), decompose_)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment