]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add the data type of one argument.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 26 Mar 1999 18:46:39 +0000 (18:46 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 26 Mar 1999 18:46:39 +0000 (18:46 +0000)
git-svn-id: https://svn.dealii.org/trunk@1058 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/numerics/vectors.cc

index 426f4af048028ef94d6b6b5e8ec83b9f936b6f6e..558a91cb389806041cac00f8ea6e54cedbc04188 100644 (file)
@@ -686,8 +686,8 @@ VectorTools<dim>::integrate_difference (const DoFHandler<dim>   &dof,
                                             // fe_function
            if (true) 
              {
-               vector< Vector<double> > function_values (n_q_points,
-                                                         Vector<double>(fe.n_components));
+               vector< vector<double> > function_values (n_q_points,
+                                                         vector<double>(fe.n_components));
                fe_values.get_function_values (fe_function, function_values);
 
 /*             transform (psi.begin(), psi.end(),

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.