]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Make it follow usual style.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 2 Dec 2010 16:45:55 +0000 (16:45 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 2 Dec 2010 16:45:55 +0000 (16:45 +0000)
git-svn-id: https://svn.dealii.org/trunk@22905 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-29/step-29.cc

index 2ca1113d73b4ad6f64b6b42503f6357bdb3f87b8..cfe23252d3fd473dd0a951831a90a7b2ade3d2ad 100644 (file)
@@ -409,18 +409,18 @@ class ComputeIntensity : public DataPostprocessor<dim>
 {
   public:
 
-    void compute_derived_quantities_vector (
-      const std::vector< Vector< double > > &, 
-      const std::vector< std::vector< Tensor< 1, dim > > > &
-      const std::vector< std::vector< Tensor< 2, dim > > > &, 
-      const std::vector< Point< dim > > &,
-      const std::vector<Point<dim> > &,
-      std::vector< Vector< double > > &
-    ) const;
-
-    std::vector<std::string> get_names () const;
-    UpdateFlags              get_needed_update_flags () const;
-    unsigned int             n_output_variables () const;
+    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;
+
+    virtual std::vector<std::string> get_names () const;
+    virtual UpdateFlags              get_needed_update_flags () const;
+    virtual unsigned int             n_output_variables () const;
 };
 
                                 // The <code>get_names</code>

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.