diff --git a/test/struct_linear_solvers.c b/test/struct_linear_solvers.c index aeada9c35..f5ca10a4e 100644 --- a/test/struct_linear_solvers.c +++ b/test/struct_linear_solvers.c @@ -219,6 +219,7 @@ main( int argc, printf(" 1 - PFMG\n"); printf(" 10 - CG with SMG precond\n"); printf(" 11 - CG with PFMG precond\n"); + printf(" 17 - CG with 2-step Jacobi\n"); printf(" 18 - CG with diagonal scaling\n"); printf(" 19 - CG\n"); printf(" 20 - Hybrid with SMG precond\n");