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

COMP: adjust for change of HashSet::eraseMany() to HashSet::erase()

parent e8830a5c
No related branches found
No related tags found
No related merge requests found
...@@ -151,7 +151,7 @@ Foam::label Foam::catalyst::dataQuery::query(vtkCPProcessor* coproc) ...@@ -151,7 +151,7 @@ Foam::label Foam::catalyst::dataQuery::query(vtkCPProcessor* coproc)
} }
HashSet<fileName> oldChannels(currChannels); HashSet<fileName> oldChannels(currChannels);
oldChannels.eraseMany(inputNames); oldChannels.erase(inputNames);
if (oldChannels.size()) if (oldChannels.size())
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment