From: Denis Davydov Date: Tue, 9 Aug 2016 18:41:40 +0000 (+0200) Subject: minor fixes in GMG unit tests X-Git-Tag: v8.5.0-rc1~785^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=786331a13137a861c6adc6e3c6b8928d36bf43a0;p=dealii.git minor fixes in GMG unit tests --- 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"