From 77270821f06e5989f8429d9a90718686b7a87fe1 Mon Sep 17 00:00:00 2001 From: Ian Bell <ian.bell@nist.gov> Date: Thu, 26 Aug 2021 19:06:49 -0400 Subject: [PATCH] Does the typename maybe help? I don't think it should --- include/teqp/models/multifluid.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/teqp/models/multifluid.hpp b/include/teqp/models/multifluid.hpp index 8c3db01..7b74a0b 100644 --- a/include/teqp/models/multifluid.hpp +++ b/include/teqp/models/multifluid.hpp @@ -797,7 +797,7 @@ auto build_multifluid_mutant(Model& model, const nlohmann::json& jj) { return mfa; } -template<class Model> +template<typename Model> auto build_multifluid_mutant_invariant(Model& model, const nlohmann::json& jj) { auto red = model.redfunc; -- GitLab