Skip to content

Commit

Permalink
Rename package from bentlyottmann to exact
Browse files Browse the repository at this point in the history
  • Loading branch information
peterstace committed Jul 25, 2021
1 parent 9c3032d commit d3742cf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion internal/exact/alg.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package bentlyottmann
package exact

type Callback func(int, int, XY)

Expand Down
2 changes: 1 addition & 1 deletion internal/exact/line.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package bentlyottmann
package exact

import (
"fmt"
Expand Down
4 changes: 2 additions & 2 deletions internal/exact/line_test.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package bentlyottmann_test
package exact_test

import (
"fmt"
"testing"

. "github.com/peterstace/simplefeatures/internal/bentlyottmann"
. "github.com/peterstace/simplefeatures/internal/exact"
)

func TestLineIntersection(t *testing.T) {
Expand Down

0 comments on commit d3742cf

Please sign in to comment.