Skip to content

Commit

Permalink
detail
Browse files Browse the repository at this point in the history
  • Loading branch information
pebbe committed Aug 31, 2019
1 parent 3d77007 commit 9dfdeee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions v5/proj.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,11 +176,11 @@ func (p *PJ) Trans(direction Direction, u1, v1, w1, t1 float64) (u2, v2, w2, t2
/*
Transform a series of coordinates, where the individual coordinate dimension may be represented by a slice that is either
1. fully populated
1. fully populated
2. nil and/or a length of zero, which will be treated as a fully populated slice of zeroes
2. nil and/or a length of zero, which will be treated as a fully populated slice of zeroes
3. of length one, i.e. a constant, which will be treated as a fully populated slice of that constant value
3. of length one, i.e. a constant, which will be treated as a fully populated slice of that constant value
TODO: what if input is constant, but output is not?
*/
Expand Down

0 comments on commit 9dfdeee

Please sign in to comment.