]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Check in forgotten file.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 8 Jul 2009 22:19:06 +0000 (22:19 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 8 Jul 2009 22:19:06 +0000 (22:19 +0000)
git-svn-id: https://svn.dealii.org/trunk@19051 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/numerics/point_value_history.h

index 3606ceb48ab15b691fc0c79ed046db326b6479b3..77a1b554b8aa20d8af1c1af5db80ac80cadec786 100644 (file)
@@ -60,7 +60,8 @@ namespace internal
     class PointGeometryData
     {
       public:
-       PointGeometryData(std::vector <Point <dim> > new_locations, std::vector <int> new_sol_indices);
+       PointGeometryData(const std::vector <Point <dim> > &new_locations,
+                         const std::vector <int> &new_sol_indices);
        std::vector <Point <dim> > locations;
        std::vector <int> solution_indices;
     };
@@ -148,7 +149,7 @@ class PointValueHistory
                                      * external input or logging solver
                                      * performance data.
                                      */
-    PointValueHistory (unsigned int n_independent_variables = 0);
+    PointValueHistory (const unsigned int n_independent_variables = 0);
     
                                     /**
                                      * Constructor linking the class to a
@@ -181,7 +182,8 @@ class PointValueHistory
                                      * external input or logging solver
                                      * performance data.
                                      */
-    PointValueHistory (const DoFHandler<dim> & dof_handler, unsigned int n_independent_variables = 0);
+    PointValueHistory (const DoFHandler<dim> & dof_handler,
+                      const unsigned int n_independent_variables = 0);
  
                                     /**
                                      * Copy constructor explicitly provided,

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.