Skip to content

Commit 91c8ebc

Browse files
committed
minor fix
1 parent acb2871 commit 91c8ebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/rxmesh/matrix/pcg_solver.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ struct PCGSolver : public CGSolver<T, DenseMatOrder>
130130
"iterations. Residual "
131131
"= {}",
132132
this->m_iter_taken,
133-
delta_new);
133+
this->delta_new);
134134

135135
this->m_final_residual = this->delta_new;
136136
}

0 commit comments

Comments
 (0)