]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Mention the namespace thing.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 23 Oct 2006 19:44:23 +0000 (19:44 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 23 Oct 2006 19:44:23 +0000 (19:44 +0000)
git-svn-id: https://svn.dealii.org/trunk@14054 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/news/changes.html

index 2d2d0fcb7c7dbbe7b1f04157d6ed3d5bddc447d6..becd43aa74b90f1e9668a876a81ebbb0997ee7ec 100644 (file)
@@ -44,6 +44,17 @@ inconvenience this causes.
 
 
 <ol>
+  <li> <p>
+       Changed: Everything that is part of the deal.II library has
+       been moved into a namespace <code>dealii</code>. To allow your
+       code to compile, you will have to either put a <code>using
+       namespace dealii;</code> declaration at the top of each file,
+       or qualify each deal.II class and function explicitly with
+       <code>dealii::</code> namespace access.
+       <br> 
+       (WB 2006/10/22)
+       </p>
+
   <li> <p>
        Changed: Indices, such as vertex indices, are usually represented by
        unsigned integers in deal.II. One place where we didn't do this was in

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.