Skip to content

Commit 57485b3

Browse files
committed
parcsec->arcsec in Coor4D
1 parent 7401ca7 commit 57485b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coordinate/coor4d.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ impl Coor4D {
9595
/// A `Coor4D` from longitude/latitude/height/time, with the angular input in seconds
9696
/// of arc. Mostly for handling grid shift elements.
9797
#[must_use]
98-
pub fn parcsec(longitude: f64, latitude: f64, height: f64, time: f64) -> Coor4D {
98+
pub fn arcsec(longitude: f64, latitude: f64, height: f64, time: f64) -> Coor4D {
9999
Coor4D([
100100
longitude.to_radians() / 3600.,
101101
latitude.to_radians() / 3600.,

0 commit comments

Comments
 (0)