Skip to content

Commit aae45f1

Browse files
committed
Fix typo
1 parent b30ebf8 commit aae45f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/tests/algo_factory.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ TEST_CASE("fb_factory_stochastic") {
248248

249249
Vector<t_complex> const init = Vector<t_complex>::Ones(imsizex * imsizey);
250250
auto const power_method_stuff =
251-
sopt::algorithm::power_method<Vector<t_complex>>(Phi, 1000, 1e-5, init);
251+
sopt::algorithm::power_method<Vector<t_complex>>(phi, 1000, 1e-5, init);
252252
const t_real op_norm = std::get<0>(power_method_stuff);
253253
phi->set_norm(op_norm);
254254

0 commit comments

Comments
 (0)