]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Reindent.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 29 Oct 2008 00:09:30 +0000 (00:09 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 29 Oct 2008 00:09:30 +0000 (00:09 +0000)
git-svn-id: https://svn.dealii.org/trunk@17386 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/numerics/vectors.templates.h

index f3d3193eca42785d44c07aa99a9ff9130d241e9c..88e3bdb5396b085d7432b4303139df4ac71e486b 100644 (file)
@@ -2536,14 +2536,50 @@ VectorTools::compute_no_normal_flux_constraints (const DH<dim>         &dof_hand
                switch (dim)
                  {
                    case 3:
-                     // take cross product between normals[0] and
-                     // normals[1]. write it in the current form to
-                     // make sure that compilers don't warn about
-                     // out-of-bounds accesses -- the warnings are
-                     // bogus since we get here only for dim==3, but
-                     // at least one isn't quite smart enough to
-                     // notice this and warns when compiling the
-                     // function in 2d
+                                                          // take
+                                                          // cross
+                                                          // product
+                                                          // between
+                                                          // normals[0]
+                                                          // and
+                                                          // normals[1]. write
+                                                          // it in
+                                                          // the
+                                                          // current
+                                                          // form to
+                                                          // make
+                                                          // sure
+                                                          // that
+                                                          // compilers
+                                                          // don't
+                                                          // warn
+                                                          // about
+                                                          // out-of-bounds
+                                                          // accesses
+                                                          // -- the
+                                                          // warnings
+                                                          // are
+                                                          // bogus
+                                                          // since we
+                                                          // get here
+                                                          // only for
+                                                          // dim==3,
+                                                          // but at
+                                                          // least
+                                                          // one
+                                                          // isn't
+                                                          // quite
+                                                          // smart
+                                                          // enough
+                                                          // to
+                                                          // notice
+                                                          // this and
+                                                          // warns
+                                                          // when
+                                                          // compiling
+                                                          // the
+                                                          // function
+                                                          // in 2d
                          cross_product (tangent, normals[0], normals[dim-2]);
                          break;
                    default:

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.