From 61b0146edd5ea0ff104624cbb0c5f36469c53267 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 18 May 2012 13:15:47 +0000 Subject: [PATCH] Add a TODO. git-svn-id: https://svn.dealii.org/trunk@25517 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/fe/fe_update_flags.h | 2 ++ 1 file changed, 2 insertions(+) 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; } -- 2.39.5