From 7508c8e4a43ad45a30af1da2e397242ff534476d Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Mon, 25 May 2026 01:13:58 +0200 Subject: [PATCH] Enabling context writing also for top cells - this allows the OASIS writer to generate proxy cells on output during fix of issue #2350 --- src/db/db/dbLayout.cc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/db/db/dbLayout.cc b/src/db/db/dbLayout.cc index 071f30aff..a69e8b4bb 100644 --- a/src/db/db/dbLayout.cc +++ b/src/db/db/dbLayout.cc @@ -3032,12 +3032,7 @@ Layout::has_context_info (cell_index_type cell_index) const } } - const db::Cell &cref = cell (cell_index); - if (cref.is_proxy () && ! cref.is_top ()) { - return true; - } else { - return false; - } + return cell (cell_index).is_proxy (); } bool