You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/changelog.rst
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,13 +21,15 @@ New Features
21
21
22
22
A pseudo drag term ``v_drag`` has been reintroduced for ``u_flag`` to damp spurious shocks.
23
23
24
+
``hydro_rotation`` now contains the more accurate deformation fits from Fabry+2022, A&A 661, A123
25
+
24
26
.. _Bug Fixes main:
25
27
26
28
Bug Fixes
27
29
---------
28
30
29
31
fixed small bug in star/private/create_initial_model.f90 that will have a small effect on creating initial models
30
-
32
+
fixed bug in ``star/private/hydro_rotation.f90`` where the sigmoid function to cap ``w_div_w_crit`` was incorrectly implemented. This only influences models with `w_div_wc_flag = .true.`
31
33
32
34
.. note:: Before releasing a new version of MESA, move `Changes in main` to a new section below with the version number as the title, and add a new `Changes in main` section at the top of the file (see ```changelog_template.rst```).
0 commit comments