File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/Analytic/Spheres/Plummer Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,17 +5,17 @@ OsipkovMerrittPlummer([potential])
5
5
6
6
Osipkov-Merritt anisotropy radius Plummer distribution function. Uses OrbitalElements.NumericalPlummer by default.
7
7
"""
8
- function OsipkovMerrittPlummer (ra:: Float64 ; potential:: PlummerPotential = NumericalPlummer ())
9
- # alias for E,L version (the only one currently implemented)
10
- return OsipkovMerrittPlummerEL (ra,potential)
11
- end
12
8
function OsipkovMerrittPlummerEL (ra:: Float64 ; potential:: PlummerPotential = NumericalPlummer ())
13
9
return OsipkovMerrittPlummerEL (ra,potential)
14
10
end
15
11
function OsipkovMerrittPlummerJL (ra:: Float64 ; potential:: PlummerPotential = NumericalPlummer ())
16
12
# this doesn't exist. use (E,L) instead
17
13
return OsipkovMerrittPlummerJL (ra,potential)
18
14
end
15
+ function OsipkovMerrittPlummer (ra:: Float64 , potential:: PlummerPotential )
16
+ # alias for E,L version (the only one currently implemented)
17
+ return OsipkovMerrittPlummerEL (ra,potential)
18
+ end
19
19
20
20
21
21
"""
You can’t perform that action at this time.
0 commit comments