Skip to content

Commit 6291133

Browse files
committed
Incorporate review comments
1 parent 5a0027a commit 6291133

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/slopes.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,11 @@ function ^(u::Slope, k::Integer)
118118
h1 = interval((hxs.lo - hc.hi) / s, (hxi.lo - hc.hi) / i)
119119
end
120120
end
121+
<<<<<<< 5a0027a5e8291888d4cdb02568ab5e0a12eaeafc
121122
return Slope(hx, hc, h1 * u.s)
123+
=======
124+
return Slope{Float64}(hx, hc, h1 * u.s)
125+
>>>>>>> Incorporate review comments
122126
end
123127
end
124128

0 commit comments

Comments
 (0)