From 5b500e1eb3bf1019f095ec48e01933d739bebed7 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 6 Mar 1998 13:53:05 +0000 Subject: [PATCH] . git-svn-id: https://svn.dealii.org/trunk@31 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/Conventions | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 ;-) -- 2.39.5