]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Reindent a few lines.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 30 Dec 2014 02:20:11 +0000 (20:20 -0600)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Sun, 4 Jan 2015 21:10:25 +0000 (15:10 -0600)
examples/step-29/step-29.cc

index 4ec76769ece1cfea8545ed6f39910994b305d3b5..4624ef675abf296d8e9268705d0a172a244772c9 100644 (file)
@@ -1,6 +1,6 @@
 /* ---------------------------------------------------------------------
  *
- * Copyright (C) 2007 - 2013 by the deal.II authors
+ * Copyright (C) 2007 - 2014 by the deal.II authors
  *
  * This file is part of the deal.II library.
  *
@@ -299,12 +299,12 @@ namespace Step29
 
     virtual
     void
-    compute_derived_quantities_vector (const std::vector< Vector< double > > &uh,
-                                       const std::vector< std::vector< Tensor< 1, dim > > > &duh,
-                                       const std::vector< std::vector< Tensor< 2, dim > > > &dduh,
-                                       const std::vector< Point< dim > > &normals,
-                                       const std::vector<Point<dim> > &evaluation_points,
-                                       std::vector< Vector< double > > &computed_quantities) const;
+    compute_derived_quantities_vector (const std::vector<Vector<double> >               &uh,
+                                       const std::vector<std::vector<Tensor<1, dim> > > &duh,
+                                       const std::vector<std::vector<Tensor<2, dim> > > &dduh,
+                                       const std::vector<Point<dim> >                   &normals,
+                                       const std::vector<Point<dim> >                   &evaluation_points,
+                                       std::vector<Vector<double> >                     &computed_quantities) const;
   };
 
   // In the constructor, we need to call the constructor of the base class
@@ -346,12 +346,12 @@ namespace Step29
   template <int dim>
   void
   ComputeIntensity<dim>::compute_derived_quantities_vector (
-    const std::vector< Vector< double > >                  &uh,
-    const std::vector< std::vector< Tensor< 1, dim > > >  & /*duh*/,
-    const std::vector< std::vector< Tensor< 2, dim > > >  & /*dduh*/,
-    const std::vector< Point< dim > >                     & /*normals*/,
-    const std::vector<Point<dim> >                        & /*evaluation_points*/,
-    std::vector< Vector< double > >                        &computed_quantities
+    const std::vector<Vector<double> >                 &uh,
+    const std::vector<std::vector<Tensor<1, dim> > >   & /*duh*/,
+    const std::vector<std::vector<Tensor<2, dim> > >   & /*dduh*/,
+    const std::vector<Point<dim> >                     & /*normals*/,
+    const std::vector<Point<dim> >                     & /*evaluation_points*/,
+    std::vector<Vector<double> >                       &computed_quantities
   ) const
   {
     Assert(computed_quantities.size() == uh.size(),

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.