-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
As of commit cc3da9fec9c39c02bd85fac2bb0f56c200655a38
the function (in src/binary_disk.inc
, copied from @pmocz MESA dev branch returns -infinity
for fL2 when fed the numbers 20, 18, 0, 304, 0.1, 0.64, 0, 0
.
To reproduce clone this particular commit, compile and run. Let both stars relax to their initial rotation (100 timestep of pseudo evolution per star), and see it segfault at the first step (when using r24.08.1). Add print statement just before each call to the function to see that inputs are all initialized and expected values.
Leaving this here as a note -- working around this enforcing fL2 = max(fL2, 1d-12)
after calling that function.
Metadata
Metadata
Assignees
Labels
No labels