]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Better way for specifying deal.II namespace.
authorMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Fri, 31 Jan 2014 19:05:03 +0000 (19:05 +0000)
committerMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Fri, 31 Jan 2014 19:05:03 +0000 (19:05 +0000)
git-svn-id: https://svn.dealii.org/trunk@32359 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/lac/parallel_vector.templates.h

index 1b60485822fdf1907207d02de203b27dccc4a6d2..60f46ea355e8bea7c10cb612951f599e73ba4f43 100644 (file)
@@ -253,8 +253,8 @@ namespace parallel
 
       // create on trilinos data
       const VectorView<double> in_view (local_size(), trilinos_vec.begin());
-      static_cast<::dealii::Vector<Number>&>(vector_view) =
-        static_cast<const ::dealii::Vector<double>&>(in_view);
+      static_cast<dealii::Vector<Number>&>(vector_view) =
+        static_cast<const dealii::Vector<double>&>(in_view);
 
       // spread ghost values between processes?
       if (vector_is_ghosted || trilinos_vec.has_ghost_elements())

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.