From ee56a081564d8dbcf2c5b10c396345f9aa346e18 Mon Sep 17 00:00:00 2001 From: David Wells Date: Tue, 9 Feb 2016 13:50:27 -0500 Subject: [PATCH] Join a link that was broken over two lines. This makes the link clickable. --- include/deal.II/matrix_free/fe_evaluation.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/deal.II/matrix_free/fe_evaluation.h b/include/deal.II/matrix_free/fe_evaluation.h index f12d835705..b2c52d6788 100644 --- a/include/deal.II/matrix_free/fe_evaluation.h +++ b/include/deal.II/matrix_free/fe_evaluation.h @@ -1390,8 +1390,8 @@ protected: * for applying a vector operation for several cells at once. This setting is * explained in the step-37 and step-48 tutorial programs. For vector-valued * problems, the deal.II test suite includes a few additional examples as - * well, e.g. the Stokes operator found at https://github.com/dealii/dealii/bl - * ob/master/tests/matrix_free/matrix_vector_stokes_noflux.cc + * well, e.g. the Stokes operator found at + * https://github.com/dealii/dealii/blob/master/tests/matrix_free/matrix_vector_stokes_noflux.cc * * For most operator evaluation tasks, this path provides the most efficient * solution by combining pre-computed data for the mapping (Jacobian -- 2.39.5