From 3d0a12999b8f9301d5fbfa9792d515c2c370b383 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Meike=20Wei=C3=9F?= Date: Thu, 19 Sep 2024 12:03:49 +0200 Subject: [PATCH] try to create merge conflict --- gap/PolygonalComplexes/graphs.gi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gap/PolygonalComplexes/graphs.gi b/gap/PolygonalComplexes/graphs.gi index ba91e2dc..997525bd 100644 --- a/gap/PolygonalComplexes/graphs.gi +++ b/gap/PolygonalComplexes/graphs.gi @@ -318,7 +318,8 @@ if IsPackageMarkedForLoading("NautyTracesInterface", ">=0") then [IsTwistedPolygonalComplex, IsTwistedPolygonalComplex], function(complex1, complex2) if IsSimplicialSurface(complex1) and IsSimplicialSurface(complex2) and CounterOfButterflies(complex1)<>CounterOfButterflies(complex2) then - return false; + + return false; fi; return IsomorphismGraphs( ChamberAdjacencyGraph(complex1),