Skip to content

Commit

Permalink
Fix discussed in pull request #41
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsw2 committed Jun 30, 2023
1 parent a4ef28b commit 5cc3ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kernel/OrbitalFrequencies.m
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ a En(2/(\[Rho]3-1) (1-(\[Rho]2-\[Rho]3)/(\[Rho]2-1) EllipticPi[hM,kr]/EllipticK[


KerrGeoMinoFrequencyt\[Theta][a_,p_,e_,x_,{En_,L_,Q_},{zp_,zm_}]:=Module[{},
(En Q)/((1-En^2) zm^2) (1- EllipticE[a^2 (1-En^2)(zm/zp)^2]/EllipticK[(1-En^2)(zm/zp)^2])-a^2 En
(En Q)/((1-En^2) zm^2) (1- EllipticE[a^2 (1-En^2)(zm/zp)^2]/EllipticK[a^2 (1-En^2)(zm/zp)^2])-a^2 En
]


Expand Down

0 comments on commit 5cc3ab1

Please sign in to comment.