From e45bb4ffaf737f5d68236aa85bf4b79b55b47fb9 Mon Sep 17 00:00:00 2001 From: Benjamin Lorenz Date: Mon, 9 Feb 2026 15:34:30 +0100 Subject: [PATCH] fix types for graph --- src/type_graph.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/type_graph.cpp b/src/type_graph.cpp index fcbaeb3..b2593cf 100644 --- a/src/type_graph.cpp +++ b/src/type_graph.cpp @@ -13,7 +13,7 @@ void add_graph(jlcxx::Module& jlpolymake) jlpolymake.add_type("Undirected"); jlpolymake.add_type("Directed"); jlpolymake - .add_type>, jlcxx::ParameterList>( + .add_type>>( "Graph") .apply_combination>( [](auto wrapped) {