Skip to content

Commit

Permalink
docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
pebbe committed Sep 1, 2019
1 parent 9be7742 commit f366dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v5/proj.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ func (p *PJ) Info() (ProjInfo, error) {
}, nil
}

// Transform a single transformation
// Transform a single coordinate
func (p *PJ) Trans(direction Direction, u1, v1, w1, t1 float64) (u2, v2, w2, t2 float64, err error) {
if !p.opened {
return 0, 0, 0, 0, errProjectionClosed
Expand Down

0 comments on commit f366dc0

Please sign in to comment.