From: Wolfgang Bangerth Date: Sun, 6 Mar 2005 22:08:37 +0000 (+0000) Subject: Add one more sentence to comment. X-Git-Tag: v8.0.0~14512 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec09275ae013d71170a216764cac22d49c9b8d44;p=dealii.git Add one more sentence to comment. git-svn-id: https://svn.dealii.org/trunk@10016 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/table.h b/deal.II/base/include/base/table.h index d80c14f591..a52c8058d7 100644 --- a/deal.II/base/include/base/table.h +++ b/deal.II/base/include/base/table.h @@ -1257,9 +1257,10 @@ class Table<2,T> : public TableBase<2,T> /** - * A class representing a transpose two-dimensional table, i.e. a - * matrix of objects (not necessarily only numbers) in column first - * numbering (FORTRAN convention). + * A class representing a transpose two-dimensional table, i.e. a matrix of + * objects (not necessarily only numbers) in column first numbering (FORTRAN + * convention). The only real difference is therefore really in the storage + * format. * * This class copies the functions of Table<2,T>, but the element * access and the dimensions will be for the transpose ordering of the