Skip to content

Commit

Permalink
Update trace.go
Browse files Browse the repository at this point in the history
increase infinity^^
  • Loading branch information
h44z authored Sep 13, 2020
1 parent a0f953f commit e3f56eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trace.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
)

const (
cINFTY = 10000000 // it suffices that this is longer than any path; it need not be really infinite
cINFTY = 99999999999 // it suffices that this is longer than any path; it need not be really infinite
cCOS179 = -0.999847695156 // the cosine of 179 degrees
)

Expand Down

0 comments on commit e3f56eb

Please sign in to comment.