Skip to content

Commit 81e8c03

Browse files
author
Denis Jelovina
committed
forgot ;
1 parent f7ecd6c commit 81e8c03

File tree

1 file changed

+2
-2
lines changed
  • include/graphblas/algorithms/amg

1 file changed

+2
-2
lines changed

include/graphblas/algorithms/amg/amg.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ namespace grb {
133133

134134
// initial norm of residual
135135
const ResidualType norm_residual_initial = norm_residual;
136-
ResidualType old_r_dot_z = 0.0,
137-
ResidualType r_dot_z = 0.0,
136+
ResidualType old_r_dot_z = 0.0;
137+
ResidualType r_dot_z = 0.0;
138138
ResidualType beta = 0.0;
139139
size_t iter = 0;
140140

0 commit comments

Comments
 (0)