From: Wolfgang Bangerth Date: Fri, 6 Mar 1998 13:53:05 +0000 (+0000) Subject: . X-Git-Tag: v8.0.0~23220 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b500e1eb3bf1019f095ec48e01933d739bebed7;p=dealii.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 ;-)