From 4e4f751e84999217cda4ad2398ffb2c265d9190c Mon Sep 17 00:00:00 2001 From: Jean-Paul Pelteret Date: Wed, 9 May 2018 10:36:23 +0200 Subject: [PATCH] Correct whitespace in doxygen code section --- examples/step-18/doc/results.dox | 42 +++++++++++++++----------------- 1 file changed, 19 insertions(+), 23 deletions(-) diff --git a/examples/step-18/doc/results.dox b/examples/step-18/doc/results.dox index 03dfeb2afc..f1dcee42a8 100644 --- a/examples/step-18/doc/results.dox +++ b/examples/step-18/doc/results.dox @@ -537,16 +537,16 @@ general approach to this would go like this: for (unsigned int j=0; j qpoint_to_dof_matrix (history_fe.dofs_per_cell, quadrature.size()); FETools::compute_projection_from_quadrature_points_matrix (history_fe, - quadrature, quadrature, - qpoint_to_dof_matrix); + quadrature, quadrature, + qpoint_to_dof_matrix); typename DoFHandler::active_cell_iterator cell = dof_handler.begin_active(), endc = dof_handler.end(), @@ -556,21 +556,19 @@ general approach to this would go like this: { PointHistory *local_quadrature_points_history - = reinterpret_cast *>(cell->user_pointer()); + = reinterpret_cast *>(cell->user_pointer()); - Assert (local_quadrature_points_history >= - &quadrature_point_history.front(), - ExcInternalError()); - Assert (local_quadrature_points_history < - &quadrature_point_history.back(), - ExcInternalError()); + Assert (local_quadrature_points_history >= &quadrature_point_history.front(), + ExcInternalError()); + Assert (local_quadrature_points_history < &quadrature_point_history.back(), + ExcInternalError()); for (unsigned int i=0; i::active_cell_iterator cell = dof_handler.begin_active(), endc = dof_handler.end(), @@ -603,27 +601,25 @@ general approach to this would go like this: for (; cell != endc; ++cell, ++dg_cell) { PointHistory *local_quadrature_points_history - = reinterpret_cast *>(cell->user_pointer()); + = reinterpret_cast *>(cell->user_pointer()); - Assert (local_quadrature_points_history >= - &quadrature_point_history.front(), - ExcInternalError()); - Assert (local_quadrature_points_history < - &quadrature_point_history.back(), - ExcInternalError()); + Assert (local_quadrature_points_history >= &quadrature_point_history.front(), + ExcInternalError()); + Assert (local_quadrature_points_history < &quadrature_point_history.back(), + ExcInternalError()); for (unsigned int i=0; iget_dof_values (history_field[i][j], - local_history_fe_values[i][j]); + local_history_fe_values[i][j]); dof_to_qpoint_matrix.vmult (local_history_values_at_qpoints[i][j], local_history_fe_values[i][j]); for (unsigned int q=0; q