Skip to content

Commit 64f7339

Browse files
committed
Use concrete types and add BigFloat tests
1 parent 6291133 commit 64f7339

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/slopes.jl

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

0 commit comments

Comments
 (0)