From 786331a13137a861c6adc6e3c6b8928d36bf43a0 Mon Sep 17 00:00:00 2001 From: Denis Davydov Date: Tue, 9 Aug 2016 20:41:40 +0200 Subject: [PATCH] minor fixes in GMG unit tests --- ...trilinos=true.with_p4est=true.mpirun=3.with_cxx11=on.output} | 0 tests/multigrid/step-16-50-mpi-smoother.cc | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename tests/multigrid/{step-16-50-mpi-linear-operator.with_mpi=true.with_trilinos=true.with_p4est=true.mpirun=3.output => step-16-50-mpi-linear-operator.with_mpi=true.with_trilinos=true.with_p4est=true.mpirun=3.with_cxx11=on.output} (100%) diff --git a/tests/multigrid/step-16-50-mpi-linear-operator.with_mpi=true.with_trilinos=true.with_p4est=true.mpirun=3.output b/tests/multigrid/step-16-50-mpi-linear-operator.with_mpi=true.with_trilinos=true.with_p4est=true.mpirun=3.with_cxx11=on.output similarity index 100% rename from tests/multigrid/step-16-50-mpi-linear-operator.with_mpi=true.with_trilinos=true.with_p4est=true.mpirun=3.output rename to tests/multigrid/step-16-50-mpi-linear-operator.with_mpi=true.with_trilinos=true.with_p4est=true.mpirun=3.with_cxx11=on.output diff --git a/tests/multigrid/step-16-50-mpi-smoother.cc b/tests/multigrid/step-16-50-mpi-smoother.cc index 71544b62e9..3e1851f919 100644 --- a/tests/multigrid/step-16-50-mpi-smoother.cc +++ b/tests/multigrid/step-16-50-mpi-smoother.cc @@ -15,7 +15,7 @@ */ // Same as step-16-50, but use Jacobi smoother at the coarsest grid via MGCoarseGridApplySmoother. -// In this particular case, the number of iterations untill convergence is +// In this particular case, the number of iterations until convergence is // exactly the same as for MGCoarseGridLACIteration. #include "../tests.h" -- 2.39.5