]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fixup all the other ':: ' 3178/head
authorDaniel Arndt <d.arndt@math.uni-goettingen.de>
Mon, 3 Oct 2016 16:07:59 +0000 (18:07 +0200)
committerDaniel Arndt <d.arndt@math.uni-goettingen.de>
Mon, 3 Oct 2016 16:09:29 +0000 (18:09 +0200)
source/base/parameter_handler.cc
source/base/polynomials_bernstein.cc
source/dofs/dof_handler_policy.cc
source/grid/tria_boundary_lib.cc
source/lac/trilinos_precondition_ml.cc

index 485707cf0d8292f221c7888458e9cb30810fe743..a74c234ddb3f8f2d76dbeffac82fe73c10ac173d 100644 (file)
@@ -1753,8 +1753,8 @@ bool ParameterHandler::read_input (const std::string &filename,
                 << filename << "> for reading." << std::endl;
       if (!optional)
         {
-          std:: cerr << "Trying to make file <"
-                     << filename << "> with default values for you." << std::endl;
+          std::cerr << "Trying to make file <"
+                    << filename << "> with default values for you." << std::endl;
           std::ofstream output (filename.c_str());
           if (output)
             print_parameters (output, (write_compact ? ShortText : Text));
index fedd18180aebc26d589c859cf5b710750ba96a9f..287adaf7c97f28cb9a3d34c6dcc560351e70bd3a 100644 (file)
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2004 - 2015 by the deal.II authors
+// Copyright (C) 2004 - 2016 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
@@ -44,7 +44,7 @@ namespace
 }
 
 template <typename number>
-PolynomialsBernstein<number>:: PolynomialsBernstein (
+PolynomialsBernstein<number>::PolynomialsBernstein (
   const unsigned int index, const unsigned int degree)
   :
   Polynomials::Polynomial<number>(
index 816b49f8b3c47bdf6601537b2e5f320987147882..9b19530df937de4ca083f2b9c754a67a832915ff 100644 (file)
@@ -1092,7 +1092,7 @@ namespace internal
                           std::vector<NumberCache> &number_caches) const
       {
         // first, call the sequential function to distribute dofs
-        Sequential<dim,spacedim>:: distribute_mg_dofs (dof_handler, number_caches);
+        Sequential<dim,spacedim>::distribute_mg_dofs (dof_handler, number_caches);
         // now we need to update the number cache.
         // This part is not yet implemented.
         AssertThrow(false,ExcNotImplemented());
index bb9de80373b1456d7ea95f2864ea0241bc9743dc..3af87cca63696ff77e5425ee2530bfdb52c8147e 100644 (file)
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 1999 - 2015 by the deal.II authors
+// Copyright (C) 1999 - 2016 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
@@ -1342,7 +1342,7 @@ TorusBoundary<2,3>::get_new_point_on_quad (const Triangulation<2,3>::quad_iterat
 //Normal field without unit length
 template <>
 Point<3>
-TorusBoundary<2,3>:: get_surf_norm_from_sp(const Point<2> &surfP) const
+TorusBoundary<2,3>::get_surf_norm_from_sp(const Point<2> &surfP) const
 {
 
   Point<3> n;
index 070268d8d4d7e6869ebcbbf9b938ef32c94af96e..9b5021661b223f3f3395f3d1302cc3890ad37f1a 100644 (file)
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2008 - 2015 by the deal.II authors
+// Copyright (C) 2008 - 2016 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
@@ -110,8 +110,8 @@ namespace TrilinosWrappers
 
 
   void
-  PreconditionAMG:: initialize (const SparseMatrix   &matrix,
-                                const AdditionalData &additional_data)
+  PreconditionAMG::initialize (const SparseMatrix   &matrix,
+                               const AdditionalData &additional_data)
   {
     initialize(matrix.trilinos_matrix(), additional_data);
   }
@@ -119,8 +119,8 @@ namespace TrilinosWrappers
 
 
   void
-  PreconditionAMG:: initialize (const Epetra_RowMatrix &matrix,
-                                const AdditionalData   &additional_data)
+  PreconditionAMG::initialize (const Epetra_RowMatrix &matrix,
+                               const AdditionalData   &additional_data)
   {
     // Build the AMG preconditioner.
     Teuchos::ParameterList parameter_list;

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.