From 8ae9e1f30e9d02bff59d7ad47c0659dc79296060 Mon Sep 17 00:00:00 2001 From: Date: Wed, 22 Mar 2017 17:16:06 +0000 Subject: [PATCH] fix --- utilities/NekMesh/InputModules/InputMCF.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utilities/NekMesh/InputModules/InputMCF.cpp b/utilities/NekMesh/InputModules/InputMCF.cpp index 9b1e85f16..a768bd6ff 100644 --- a/utilities/NekMesh/InputModules/InputMCF.cpp +++ b/utilities/NekMesh/InputModules/InputMCF.cpp @@ -527,7 +527,7 @@ void InputMCF::Process() ++il) { module = GetModuleFactory().CreateInstance( - ModuleKey(eProcessModule, "peralign"), m_mesh)); + ModuleKey(eProcessModule, "peralign"), m_mesh); vector tmp(2); boost::split(tmp, *il, boost::is_any_of(",")); -- GitLab