]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix std::
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 22 Feb 2001 12:48:49 +0000 (12:48 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 22 Feb 2001 12:48:49 +0000 (12:48 +0000)
git-svn-id: https://svn.dealii.org/trunk@4012 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/source/quadrature.cc

index c12e6bd34bea8316477bbc8de0b9c3e5a94ce294..200369a46083eeb62c7fb0a19f7631fdbb1835d6 100644 (file)
@@ -55,8 +55,8 @@ Quadrature<dim>::Quadrature (const typename std::vector<Point<dim> >  &points,
 template <int dim>
 Quadrature<dim>::Quadrature (const Point<dim> &point):
                n_quadrature_points(1),
-               quadrature_points(vector<Point<dim> > (1, point)),
-               weights(vector<double> (1, 1.))
+               quadrature_points(std::vector<Point<dim> > (1, point)),
+               weights(std::vector<double> (1, 1.))
 {}
 
 

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.