From: wolf Date: Fri, 6 Mar 1998 13:53:05 +0000 (+0000) Subject: . X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71817bb6663594e6396c9f1e00d0173426f7a27a;p=dealii-svn.git . git-svn-id: https://svn.dealii.org/trunk@31 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/Conventions b/deal.II/deal.II/Conventions index 936837b7ac..117e9132b9 100644 --- a/deal.II/deal.II/Conventions +++ b/deal.II/deal.II/Conventions @@ -24,4 +24,7 @@ Here are some conventions for source code of the deal.II library: 6./ Whenever a function does not change any of the member variable of the embedding class/object, it should be marked as const. -7./ Each class has to have at least 200 pages of documentation ;-) +7./ Function and variable names may not consist of only one or two + letters, unless the variable is a pure counting index. + +8./ Each class has to have at least 200 pages of documentation ;-)