Skip to content

Commit

Permalink
Fix logic calc temps (#160)
Browse files Browse the repository at this point in the history
* Fix logic

* Version bump

---------

Co-authored-by: Philipp Basler <28863303+phbasler@users.noreply.github.com>
  • Loading branch information
vollous and phbasler authored Jul 31, 2024
1 parent 76a1c88 commit d7af21d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bounce_solution/bounce_solution.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ double BounceSolution::CalcTempAtFalseVacFraction(const double &false_vac_frac)

while ((std::abs(T_up / T_down - 1) >
RelativeTemperatureInCalcTempAtFalseVacFraction *
MarginOfCalcTempAtFalseVacFractionBeforeFailure) or
MarginOfCalcTempAtFalseVacFractionBeforeFailure) and
(not almost_the_same(
int_at_false_vac_frac,
IatT,
Expand Down

0 comments on commit d7af21d

Please # to comment.