From 680c0a70a7c02b19858fa5d1ae71e7b837629201 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sat, 11 Apr 2015 07:11:36 -0500 Subject: [PATCH] Avoid ending comments with a backslash. The compiler interprets this as a continuation line and issues a warning. The warning is of no consequence in this particular case, but let's try to avoid this here. --- source/fe/fe_q_hierarchical.cc | 46 +++++++++++++++++----------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/source/fe/fe_q_hierarchical.cc b/source/fe/fe_q_hierarchical.cc index 1f570df7bf..d4a4017ee2 100644 --- a/source/fe/fe_q_hierarchical.cc +++ b/source/fe/fe_q_hierarchical.cc @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2002 - 2014 by the deal.II authors +// Copyright (C) 2002 - 2015 by the deal.II authors // // This file is part of the deal.II library. // @@ -391,40 +391,40 @@ FE_Q_Hierarchical::build_dofs_cell (std::vector > &dofs_ // use these matrices. // dofs_cells[0](j,k): - // 0 1 | 2 3 4 - // 0 1 0 | - // 1 0 0 | + // 0 1 | 2 3 4. + // 0 1 0 | . + // 1 0 0 | . // ------------------- - // 2 \ + // 2 \ . // 3 \ 2^k * k! / (k-j)!j! - // 4 \ + // 4 \ . // dofs_subcells[0](j,k): - // 0 1 | 2 3 4 5 6 - // 0 1 0 | - // 1 1/2 1/2 | -1 0 -1 0 -1 + // 0 1 | 2 3 4 5 6 . + // 0 1 0 | . + // 1 1/2 1/2 | -1 0 -1 0 -1. // ------------------------------- - // 2 \ + // 2 \ . // 3 \ (-1)^(k+j)/ 2^k * k!/(k-j)!j! - // 4 \ + // 4 \ . // dofs_cells[1](j,k): - // 0 1 | 2 3 4 - // 0 0 0 | - // 1 0 1 | - // ------------------ - // 2 \ - // 3 \ (-1)^(k+j) * 2^k * k!/(k-j)!j! - // 4 \ + // 0 1 | 2 3 4. + // 0 0 0 | . + // 1 0 1 | . + // ------------------- + // 2 \ . + // 3 \ (-1)^(k+j) * 2^k * k!/(k-j)!j! + // 4 \. // dofs_subcells[1](j,k): - // 0 1 | 2 3 4 5 6 - // 0 1/2 1/2 | -1 0 -1 0 -1 - // 1 0 1 | + // 0 1 | 2 3 4 5 6 . + // 0 1/2 1/2 | -1 0 -1 0 -1. + // 1 0 1 | . // ------------------------------- - // 2 \ + // 2 \ . // 3 \ 1/ 2^k * k!/(k-j)!j! - // 4 + // 4 . for (unsigned int c=0; c::max_children_per_cell; ++c) for (unsigned int j=0; j