Fix initial angular velocity in init_binaries().
This commit is contained in:
parent
3e586c94d3
commit
acbce0c125
@ -781,7 +781,7 @@ module problem
|
|||||||
|
|
||||||
! angular speed and triginometric functions
|
! angular speed and triginometric functions
|
||||||
!
|
!
|
||||||
om = dpi / tsat
|
om = dpi / tsat / (1.0d0 - esat)
|
||||||
sn = 0.0d0
|
sn = 0.0d0
|
||||||
cs = 1.0d0
|
cs = 1.0d0
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user