Skip to content

Commit 483b396

Browse files
author
Stefan Brechtken
committed
fixes #2662
1 parent c61fbc7 commit 483b396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/alphamat/src/cm.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ void lle(my_vector_of_vectors_t& indm, my_vector_of_vectors_t& samples, float ep
9090
Mat ptDotN(20, 1, DataType<float>::type), imd(20, 1, DataType<float>::type);
9191
Mat Cones(20, 1, DataType<float>::type), Cinv(20, 1, DataType<float>::type);
9292
float alpha, beta, lagrangeMult;
93-
Cones += 1;
93+
Cones = 1;
9494

9595
C = 0;
9696
rhs = 1;

0 commit comments

Comments
 (0)