]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Move things out of a bogus namespace.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 20 Dec 2005 13:27:56 +0000 (13:27 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 20 Dec 2005 13:27:56 +0000 (13:27 +0000)
git-svn-id: https://svn.dealii.org/trunk@11895 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/dofs/dof_levels.cc

index 6136da7494d3aa0645e9e1f15059016f0e00f43a..9915d5e0ee9feca677354338c0b18687df9ba53f 100644 (file)
 #include <dofs/dof_levels.h>
 
 
-namespace internal
+
+unsigned int
+DoFLevel<1>::memory_consumption () const
 {
-  
-  unsigned int
-  DoFLevel<1>::memory_consumption () const
-  {
-    return MemoryConsumption::memory_consumption (line_dofs);
-  }
+  return MemoryConsumption::memory_consumption (line_dofs);
+}
 
 
 
-  unsigned int
-  DoFLevel<2>::memory_consumption () const
-  {
-    return (DoFLevel<1>::memory_consumption () +
-            MemoryConsumption::memory_consumption (quad_dofs));
-  }
+unsigned int
+DoFLevel<2>::memory_consumption () const
+{
+  return (DoFLevel<1>::memory_consumption () +
+          MemoryConsumption::memory_consumption (quad_dofs));
+}
 
 
 
-  unsigned int
-  DoFLevel<3>::memory_consumption () const
-  {
-    return (DoFLevel<2>::memory_consumption () +
-            MemoryConsumption::memory_consumption (hex_dofs));
-  }
+unsigned int
+DoFLevel<3>::memory_consumption () const
+{
+  return (DoFLevel<2>::memory_consumption () +
+          MemoryConsumption::memory_consumption (hex_dofs));
 }
+

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.