From 872dbb0f532bdb2550c49736df4b33934e6329aa Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 12 Mar 1998 16:58:44 +0000 Subject: [PATCH] . git-svn-id: https://svn.dealii.org/trunk@60 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/Conventions | 5 ++--- deal.II/deal.II/Todo | 5 +++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/deal.II/deal.II/Conventions b/deal.II/deal.II/Conventions index 117e9132b9..c636c24962 100644 --- a/deal.II/deal.II/Conventions +++ b/deal.II/deal.II/Conventions @@ -4,9 +4,8 @@ Here are some conventions for source code of the deal.II library: 1./ Functions which return the number of something (number of cells, degrees of freedom, etc) should start with n_* -2./ Function which set a bit or flag should start with set_* (an - unfortunate relict is the flag_refine function); functions which - clear bits of flags should be named clear_* +2./ Function which set a bit or flag should start with set_*; + functions which clear bits of flags should be named clear_* 3./ After each function, at least three empty lines are expected to enable better readability. One empty line occurs in functions to diff --git a/deal.II/deal.II/Todo b/deal.II/deal.II/Todo index 42d502cd44..7d16a5b7f8 100644 --- a/deal.II/deal.II/Todo +++ b/deal.II/deal.II/Todo @@ -36,6 +36,11 @@ Add support for fast assemblage of mass matrices. Make AssemblerData a local class to Assembler again if gcc2.8 supports it. +Let ParameterHandler and DataIn/Out throw exceptions. Make more tests + on the input. + + + DEAL: -- 2.39.5