Skip to content

Commit fcb29b2

Browse files
committed
use global neps
1 parent fa2ba6b commit fcb29b2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Frames/interpolation.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
# This file is part of module
55
# Modia3D.Frames (Modia3D/Frames/_module.jl)
66
#
7-
const seps = sqrt(eps())
87

98

109
"""
@@ -76,7 +75,7 @@ struct Path
7675

7776
function Path(r::AbstractVector, q::AbstractVector=Quaternion[];
7877
v::AbstractVector=ones(length(r)),
79-
seps=sqrt(eps()) )
78+
seps=Modia3D.neps )
8079
nframes = size(r, 1)
8180
@assert(seps > 0.0)
8281
@assert(nframes > 1)

0 commit comments

Comments
 (0)