We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7ecd6c commit 81e8c03Copy full SHA for 81e8c03
include/graphblas/algorithms/amg/amg.hpp
@@ -133,8 +133,8 @@ namespace grb {
133
134
// initial norm of residual
135
const ResidualType norm_residual_initial = norm_residual;
136
- ResidualType old_r_dot_z = 0.0,
137
- ResidualType r_dot_z = 0.0,
+ ResidualType old_r_dot_z = 0.0;
+ ResidualType r_dot_z = 0.0;
138
ResidualType beta = 0.0;
139
size_t iter = 0;
140
0 commit comments