From 1dc70705e916d2d93796a3e51ca8cff0f05b37c9 Mon Sep 17 00:00:00 2001 From: Michael Kuhn Date: Mon, 12 Aug 2024 09:04:15 -0600 Subject: [PATCH] remove comment --- src/ngp_algorithms/BuoyancySourceAlg.C | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ngp_algorithms/BuoyancySourceAlg.C b/src/ngp_algorithms/BuoyancySourceAlg.C index f7a277f93..9936817f3 100644 --- a/src/ngp_algorithms/BuoyancySourceAlg.C +++ b/src/ngp_algorithms/BuoyancySourceAlg.C @@ -57,8 +57,7 @@ BuoyancySourceAlg::execute() nalu_ngp::edge_nodal_field_updater(ngpMesh, sourceweight); const stk::mesh::Selector sel = - meta.locally_owned_part() & stk::mesh::selectUnion(partVec_); // & - //!(realm_.get_inactive_selector()); + meta.locally_owned_part() & stk::mesh::selectUnion(partVec_); double gravity[3] = {0.0, 0.0, 0.0};