From e351324df841fdb323e1791162915a55f1ba642a Mon Sep 17 00:00:00 2001 From: adam-sim-dev <76020022+adam-sim-dev@users.noreply.github.com> Date: Tue, 2 May 2023 23:37:43 +0800 Subject: [PATCH] Fix the comments (#892) This PR fixes comments in testij.c --- src/test/test_ij.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/test/test_ij.c b/src/test/test_ij.c index 78e9e242a..fb94b12e7 100644 --- a/src/test/test_ij.c +++ b/src/test/test_ij.c @@ -2258,7 +2258,7 @@ main( HYPRE_Int argc, HYPRE_EuclidCreate(hypre_MPI_COMM_WORLD, &pcg_precond); - /* note: There are three three methods of setting run-time + /* note: There are three methods of setting run-time parameters for Euclid: (see HYPRE_parcsr_ls.h); here we'll use what I think is simplest: let Euclid internally parse the command line. @@ -2650,7 +2650,7 @@ main( HYPRE_Int argc, HYPRE_EuclidCreate(hypre_MPI_COMM_WORLD, &pcg_precond); - /* note: There are three three methods of setting run-time + /* note: There are three methods of setting run-time parameters for Euclid: (see HYPRE_parcsr_ls.h); here we'll use what I think is simplest: let Euclid internally parse the command line. @@ -3086,7 +3086,7 @@ main( HYPRE_Int argc, HYPRE_EuclidCreate(hypre_MPI_COMM_WORLD, &pcg_precond); - /* note: There are three three methods of setting run-time + /* note: There are three methods of setting run-time parameters for Euclid: (see HYPRE_parcsr_ls.h); here we'll use what I think is simplest: let Euclid internally parse the command line. @@ -3511,7 +3511,7 @@ main( HYPRE_Int argc, HYPRE_EuclidCreate(hypre_MPI_COMM_WORLD, &pcg_precond); - /* note: There are three three methods of setting run-time + /* note: There are three methods of setting run-time parameters for Euclid: (see HYPRE_parcsr_ls.h); here we'll use what I think is simplest: let Euclid internally parse the command line. @@ -3689,7 +3689,7 @@ main( HYPRE_Int argc, HYPRE_EuclidCreate(hypre_MPI_COMM_WORLD, &pcg_precond); - /* note: There are three three methods of setting run-time + /* note: There are three methods of setting run-time parameters for Euclid: (see HYPRE_parcsr_ls.h); here we'll use what I think is simplest: let Euclid internally parse the command line.