]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Reindent. Fix a few typos.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 27 Jul 2006 15:09:14 +0000 (15:09 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 27 Jul 2006 15:09:14 +0000 (15:09 +0000)
git-svn-id: https://svn.dealii.org/trunk@13445 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/dofs/dof_levels.h
deal.II/deal.II/include/dofs/dof_objects.h

index 372f04dc231cf2636f7a0f06e33aa3b796397a8a..f0dc8ff392d8e1e30d66643d1e15baa829c3f151 100644 (file)
@@ -130,7 +130,7 @@ namespace internal
     {
       private:
                                          /**
-                                          * the object containing dof-indices
+                                          * The object containing dof-indices
                                          * and related access-functions
                                          */
        DoFObjects<1> lines;
@@ -167,7 +167,7 @@ namespace internal
     {
       private:
                                          /**
-                                          * the object containing dof-indices
+                                          * The object containing dof-indices
                                          * and related access-functions
                                          */
        internal::DoFHandler::DoFObjects<2> quads;
@@ -204,7 +204,7 @@ namespace internal
     {
       private:
                                          /**
-                                          * the object containing dof-indices
+                                          * The object containing dof-indices
                                          * and related access-functions
                                          */
        internal::DoFHandler::DoFObjects<3> hexes;
index a6a29cf5564df076848def7720f08d28285f83b0..5325f958f50f7dd289f2bf68cde54a0c6e4d958d 100644 (file)
@@ -55,7 +55,8 @@ namespace internal
  * @author Tobias Leicht, 2006
  */
     template <int dim>
-    class DoFObjects{
+    class DoFObjects
+    {
       public:
                                          /**
                                           * Store the global indices of
@@ -124,12 +125,13 @@ namespace internal
                                           * class hierarchy between hp
                                           * and non-hp classes.
                                           */
-       template<int spacedim>
+       template <int spacedim>
        unsigned int
         get_dof_index (const ::DoFHandler<spacedim> &dof_handler,
                       const unsigned int       obj_index,
                       const unsigned int       fe_index,
                       const unsigned int       local_index) const;
+
                                          /**
                                           * Return the value 1. The
                                           * meaning of this function
@@ -147,14 +149,13 @@ namespace internal
                                           * Similar to the function
                                           * above. Assert that the
                                           * given index is zero, and
-                                          * the return true.
+                                          * then return true.
                                           */
         template <int spacedim>
         bool
         fe_index_is_active (const ::DoFHandler<spacedim> &dof_handler,
                             const unsigned int       index,
                             const unsigned int       fe_index) const;
-       
 
                                          /**
                                           * Determine an estimate for the

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.