mutationpp / Mutationpp

The MUlticomponent Thermodynamic And Transport library for IONized gases in C++
GNU Lesser General Public License v3.0
103 stars 58 forks source link

Fix minor bug in SurfaceBalanceSolverMassEnergy #186

Closed mgoodson-cvd closed 2 years ago

mgoodson-cvd commented 2 years ago

Fix a minor bug in the updateFunction routine in the SurfaceBalanceSolverMassEnergy class. The applyTolerance function was being incorrectly applied to mv_X rather than v_X.

See #185. Closes #185.

codecov[bot] commented 2 years ago

Codecov Report

Merging #186 (319de9f) into master (3d7521b) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #186   +/-   ##
=======================================
  Coverage   71.22%   71.22%           
=======================================
  Files         135      135           
  Lines        8974     8974           
=======================================
  Hits         6392     6392           
  Misses       2582     2582           
Impacted Files Coverage Δ
src/gsi/SurfaceBalanceSolverMassEnergy.cpp 90.74% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3d7521b...319de9f. Read the comment docs.