Skip to content

Commit 84c269f

Browse files
committed
MAINT: Fix compiler error in unused code
1 parent e974991 commit 84c269f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/minsearch.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ void min_powell (
599599
const std::valarray<double> & initial_pos,
600600
std::valarray<double>& rpos, double& rvalue,
601601
const PowellOpts& op,
602-
std::valarray<std::valarray<double> >& u=std::valarray<double>(0)
602+
std::valarray<std::valarray<double> >& u
603603
)
604604
{
605605
RndGaussian<double,StdRndUniform> rng;

0 commit comments

Comments
 (0)