From: bangerth Date: Fri, 10 Nov 2006 20:25:08 +0000 (+0000) Subject: Update X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4d6c3028d9aa24acede18de7ba17ce050d82921;p=dealii-svn.git Update git-svn-id: https://svn.dealii.org/trunk@14181 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/table_handler.h b/deal.II/base/include/base/table_handler.h index c6257bc573..e647f11c41 100644 --- a/deal.II/base/include/base/table_handler.h +++ b/deal.II/base/include/base/table_handler.h @@ -462,6 +462,13 @@ class TableHandler * Flag that may be used by * derived classes for * arbitrary purposes. + * + * In particular, the + * ConvergenceTable class uses the + * flag to denote columns for which + * convergence information has + * already been computed, or should + * not be computed at all. */ unsigned int flag; };