Skip to content

Commit 3b04d45

Browse files
Update tripleword.jl
1 parent e82619a commit 3b04d45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doubletriple/tripleword.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Nicolas Fabiano, Jean-Michel Muller, Joris Picot
55
=#
66

7-
function vecsum3(x0::T, x1::T, x2::T) where {T}
7+
function vec_sum(x0::T, x1::T, x2::T) where {T}
88
s1, e2 = two_sum(x1, x2)
99
s0, e1 = two_sum(x0, s1)
1010
return s0,e1,e2

0 commit comments

Comments
 (0)