Skip to content
Snippets Groups Projects
Commit 8a0d38e8 authored by Sergio Ferraris's avatar Sergio Ferraris
Browse files

BUG: Correcting templates instantiation for SolidChemistry

parent 0df52ae4
Branches
Tags
No related merge requests found
......@@ -47,8 +47,8 @@ namespace Foam
defineTemplateTypeNameAndDebugWithName \
( \
SS##Schem##Comp##SThermo##GThermo, \
(#SS"<" + word(Schem::typeName_()) +"<"#Comp"," + SThermo::typeName() \
+ "," + GThermo::typeName() + ">>").c_str(), \
(#SS"<"#Schem"<"#Comp"," + SThermo::typeName() + "," \
+ GThermo::typeName() + ">>").c_str(), \
0 \
); \
\
......
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