From 6adf4a6fb9b7a7bf897e2aa075ab8a4080dbaed6 Mon Sep 17 00:00:00 2001 From: Kjetil Olsen Lye Date: Thu, 3 Oct 2024 14:12:03 +0200 Subject: [PATCH] Removed whitespace. --- flowexperimental/comp/flowexp_comp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flowexperimental/comp/flowexp_comp.cpp b/flowexperimental/comp/flowexp_comp.cpp index ac95b0680..00036837f 100644 --- a/flowexperimental/comp/flowexp_comp.cpp +++ b/flowexperimental/comp/flowexp_comp.cpp @@ -157,7 +157,7 @@ struct LocalLinearizerSplice // Set the problem property template - struct Problem> +struct Problem> { using type = FlowProblemComp; };