Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mbkuhn committed Aug 12, 2024
1 parent d8aa4e2 commit 1dc7070
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ngp_algorithms/BuoyancySourceAlg.C
Original file line number Diff line number Diff line change
Expand Up @@ -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};

Expand Down

0 comments on commit 1dc7070

Please sign in to comment.