From 647a70e27f6abbe80b50ab4cfb3077643f4960cc Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 7 Aug 2022 01:42:43 +0200 Subject: [PATCH] reg3:: added the missing make_subconnections to hrmap_from_crystal --- reg3.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/reg3.cpp b/reg3.cpp index ce904404..b2953f4d 100644 --- a/reg3.cpp +++ b/reg3.cpp @@ -1052,6 +1052,7 @@ EX namespace reg3 { } delete m; } + make_subconnections(); } }; #endif