From: Matthias Maier Date: Sat, 16 Sep 2017 06:16:00 +0000 (-0500) Subject: remove FIXME X-Git-Tag: v9.0.0-rc1~1055^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d5a7091ebaedb8981a153d15a5d47a3273cb922;p=dealii.git remove FIXME --- diff --git a/include/deal.II/numerics/vector_tools.templates.h b/include/deal.II/numerics/vector_tools.templates.h index 7ae278f396..a553901b77 100644 --- a/include/deal.II/numerics/vector_tools.templates.h +++ b/include/deal.II/numerics/vector_tools.templates.h @@ -319,8 +319,6 @@ namespace VectorTools // Figure out whether the component mask applies. We assume // that we are allowed to set degrees of freedom if at least // one of the components (of the dof) is selected. - // - // FIXME: Add a debug assert. bool selected = false; for (unsigned int i = 0; i < nonzero_components.size(); ++i) selected =