From c603b1c2f049cec8d7908c378cdd16c6ea35a199 Mon Sep 17 00:00:00 2001 From: akshit-sharma Date: Tue, 6 Apr 2021 13:59:14 -0600 Subject: [PATCH] different results for same input fixed --- include/VF3SubState.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/VF3SubState.hpp b/include/VF3SubState.hpp index 97a0e33..09f0ecb 100644 --- a/include/VF3SubState.hpp +++ b/include/VF3SubState.hpp @@ -33,7 +33,6 @@ namespace vflib { private: - bool induced; //Comparison functors for nodes and edges NodeComparisonFunctor nf; EdgeComparisonFunctor ef;