From c7a145fbc3bd2efc047fddc54c346a7ba95288e8 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 12 Jul 2015 05:15:50 -0500 Subject: [PATCH] Update a comment. Reformatting has destroyed the formatting of this comment and made it difficult to see what it actually was supposed to mean. That said, I'm also not entirely clear what exactly the TODO referred to to begin with, so remove it. --- source/fe/fe_system.cc | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/source/fe/fe_system.cc b/source/fe/fe_system.cc index cf68116b47..f087c92ba5 100644 --- a/source/fe/fe_system.cc +++ b/source/fe/fe_system.cc @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 1999 - 2014 by the deal.II authors +// Copyright (C) 1999 - 2015 by the deal.II authors // // This file is part of the deal.II library. // @@ -1180,11 +1180,12 @@ FESystem::compute_fill ( FEValuesData & base_data = fe_data.get_fe_values_data(base_no); - //TODO: Think about a smarter alternative Copy quadrature - // points. These are required for computing the determinant in the - // FEPolyTensor class. The determinant is one ingredient of the - // Piola transformation, which is applied to correctly map the RT - // space from the reference element to the global coordinate system. + // Copy quadrature points. These are required for computing + // the determinant in the FEPolyTensor class. The + // determinant is one ingredient of the Piola + // transformation, which is applied to correctly map the RT + // space from the reference element to the global coordinate + // system. if (cell_similarity != CellSimilarity::translation) base_data.JxW_values = data.JxW_values; -- 2.39.5