From 45bdbdbbccf5a0d0d095b49aa18662859ff4aee8 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 8 Jul 2021 22:03:31 +0200 Subject: [PATCH] reg3:: subcubes:: optimized also identifying cells --- reg3.cpp | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/reg3.cpp b/reg3.cpp index 2357c069..3a7cd349 100644 --- a/reg3.cpp +++ b/reg3.cpp @@ -637,17 +637,20 @@ EX namespace reg3 { } map by_sides; + + vector > > which_cell_0; + which_cell_0.resize(isize(allh)); acells_by_master.resize(isize(allh)); for(int a=0; a