From 66bb86c694e7759936a7fe7761c302038587b9b9 Mon Sep 17 00:00:00 2001 From: Elias Pipping <elias.pipping@fu-berlin.de> Date: Wed, 9 Nov 2011 13:51:34 +0100 Subject: [PATCH] Comments --- src/one-body-sample.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/one-body-sample.cc b/src/one-body-sample.cc index 54455093..3cfb2892 100644 --- a/src/one-body-sample.cc +++ b/src/one-body-sample.cc @@ -104,7 +104,7 @@ void assemble_neumann(GridView const &gridView, FEBasis const &feBasis, feBasis, neumannBoundary); boundaryFunctionalAssembler.assemble( neumannBoundaryAssembler, f, - true); // resize the output vector and zero all of its entries + true); // whether to resize the output vector and zero all of its entries } // Assembles constant 1-function on frictional boundary in nodalIntegrals @@ -123,7 +123,7 @@ void assemble_frictional( feBasis, frictionalBoundary); boundaryFunctionalAssembler.assemble( frictionalBoundaryAssembler, nodalIntegrals, - true); // resize the output vector and zero all of its entries + true); // whether to resize the output vector and zero all of its entries } int main() { -- GitLab