]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix a weirdly formatted comment.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 21 Apr 2003 22:14:55 +0000 (22:14 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 21 Apr 2003 22:14:55 +0000 (22:14 +0000)
git-svn-id: https://svn.dealii.org/trunk@7440 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/fe/fe_q_hierarchical.cc

index 8f1e3bd1b3511d6b9c7ba44736ae339cebf705fe..30980f23998eac82ffcade12270320dd47655e28 100644 (file)
@@ -51,8 +51,9 @@ FE_Q_Hierarchical<dim>::FE_Q_Hierarchical (const unsigned int degree)
   for (unsigned int i=0; i<this->dofs_per_cell; ++i)
     renumber_inverse[renumber[i]]=i;
 
-                                  // build the dofs_subcell, dofs_cell 
-                                  // matrices for use in building prolongation,                                   // restriction, and constraint matrices.
+                                  // build the dofs_subcell, dofs_cell 
+                                  // matrices for use in building prolongation,
+                                   // restriction, and constraint matrices.
   const unsigned int dofs_1d = 2*this->dofs_per_vertex + this->dofs_per_line;
 
   for (unsigned int c=0; c<GeometryInfo<1>::children_per_cell; ++c)

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.