Skip to content
Snippets Groups Projects
Commit d55a5aad authored by Henry Weller's avatar Henry Weller Committed by Andrew Heather
Browse files

surfaceFilmModels::transferModelList: Resolve problem with the Intel C++ compiler

parent 998f8f3a
Branches
Tags
1 merge request!144Integration openfoam.org
......@@ -62,7 +62,7 @@ transferModelList::transferModelList
{
const wordList activeModels
(
dict.lookupOrDefault("transferModels", wordList::null())
dict.lookupOrDefault("transferModels", wordList())
);
wordHashSet models;
......
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