From: Wolfgang Bangerth Date: Fri, 18 May 2012 13:15:47 +0000 (+0000) Subject: Add a TODO. X-Git-Tag: v8.0.0~2603 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61b0146edd5ea0ff104624cbb0c5f36469c53267;p=dealii.git Add a TODO. git-svn-id: https://svn.dealii.org/trunk@25517 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/fe/fe_update_flags.h b/deal.II/include/deal.II/fe/fe_update_flags.h index 8b520b2edf..71e9c2ea98 100644 --- a/deal.II/include/deal.II/fe/fe_update_flags.h +++ b/deal.II/include/deal.II/fe/fe_update_flags.h @@ -293,6 +293,8 @@ STREAM& operator << (STREAM& s, UpdateFlags u) if (u & update_support_points) s << "support_points|"; if (u & update_support_jacobians) s << "support_jacobians|"; if (u & update_support_inverse_jacobians) s << "support_inverse_jacobians|"; + +//TODO: check that 'u' really only has the flags set that are handled above return s; }