Update BOUT++ to latest version and fix sheath_ion_heat_flux#549
Update BOUT++ to latest version and fix sheath_ion_heat_flux#549dschwoerer wants to merge 8 commits into
Conversation
1215875 to
f1af8d5
Compare
abs is for integers (from C) std::abs is for anything (from C++)
BOUT++ cleaned up a bit
ae38ff5 to
42da230
Compare
|
a826725 might be impacting some simulations, depending on the normalisation. |
The coordinates have changed slightly, which caused some minor changes of the regression data.
803945e to
200a1d2
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #549 +/- ##
==========================================
+ Coverage 47.29% 47.40% +0.10%
==========================================
Files 96 96
Lines 9828 9873 +45
Branches 1428 1428
==========================================
+ Hits 4648 4680 +32
- Misses 4704 4716 +12
- Partials 476 477 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
What was the issue with |
|
from a826725:
Previously, the flux was converted to an integer, and thus was reduced. How much, depends on the normalisation. |
|
No way.. I didn't know about that. Have you checked if there are other instances of this elsewhere in the code? |
|
I did not see any other compiler warning, so I think it is fine ... |
No description provided.