Skip to content

Commit

Permalink
GSPH : remove unused var from massfluxpolicy
Browse files Browse the repository at this point in the history
  • Loading branch information
jmpearl committed May 14, 2024
1 parent e49d6ef commit b141746
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/GSPH/Policies/MassFluxPolicy.cc
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ update(const KeyType& key,
const auto n = m.numInternalElements();
#pragma omp parallel for
for (auto i = 0u; i < n; ++i) {
const auto mi = m(i);
m(i) += multiplier*(dmdt(i));
}
}
Expand Down

0 comments on commit b141746

Please sign in to comment.