Skip to content
Snippets Groups Projects
Commit 44e6d491 authored by Henry's avatar Henry
Browse files

basicThermo: Use IOobject::groupName to generate phase field names

parent d796b957
No related branches found
No related tags found
No related merge requests found
......@@ -182,7 +182,7 @@ public:
const word& phaseName
)
{
return name + phaseName;
return IOobject::groupName(name, phaseName);
}
word phasePropertyName(const word& name) const
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment