Skip to content

Commit 1350a49

Browse files
committed
remove reduce_hcat
1 parent 2a341dc commit 1350a49

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/ReliabilityOptimization.jl

-2
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,6 @@ end
8585
_vec(x::Real) = [x]
8686
_vec(x) = x
8787

88-
reduce_hcat(vs) = reduce(hcat, vs)
89-
9088
const fdm = FiniteDifferences.central_fdm(5, 1)
9189

9290
function _jacobian(f, x1, x2)

0 commit comments

Comments
 (0)