]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove accidental double-semicolons (is that a colon, then?).
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 30 Apr 2013 16:03:02 +0000 (16:03 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 30 Apr 2013 16:03:02 +0000 (16:03 +0000)
git-svn-id: https://svn.dealii.org/trunk@29410 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/base/vectorization.h
deal.II/include/deal.II/lac/arpack_solver.h
deal.II/include/deal.II/lac/matrix_lib.h
deal.II/source/fe/fe_system.cc
deal.II/source/lac/block_sparsity_pattern.cc

index 28403b7d48d53f468941f17dd27490a80916adf1..c01ad12dbaca39143851d391518e6c3f3280332c 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2011, 2012 by the deal.II authors
+//    Copyright (C) 2011, 2012, 2013 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -661,7 +661,7 @@ public:
   operator [] (const unsigned int comp) const
   {
     AssertIndexRange (comp, 4);
-    return *(reinterpret_cast<const float *>(&data)+comp);;
+    return *(reinterpret_cast<const float *>(&data)+comp);
   }
 
   /**
index d0d1d6666eddb77a424751a7e65d9ddd3f01c915..f2e3601760f24920cf8180e971d5f5000f956c46 100644 (file)
@@ -479,7 +479,7 @@ void ArpackSolver::solve (
         }
       else if (info == 3)
         {
-          Assert (false, ExcArpackNoShifts(1));;
+          Assert (false, ExcArpackNoShifts(1));
         }
       else if (info!=0)
         {
index 06b1df2e1a03f4562f8f6335cf5bb1e36c4e78df..1990056b09557a4e70a63c694fdbd045b73daa71 100644 (file)
@@ -1,7 +1,7 @@
 //---------------------------------------------------------------------------
 //    $Id$
 //
-//    Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2009, 2012 by the deal.II authors
+//    Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2009, 2012, 2013 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -750,7 +750,7 @@ InverseMatrixRichardson<VECTOR>::initialize (const MATRIX &m, const PRECONDITION
   matrix = new PointerMatrix<MATRIX, VECTOR>(&m);
   if (precondition != 0)
     delete precondition;
-  precondition = new PointerMatrix<PRECONDITION, VECTOR>(&p);;
+  precondition = new PointerMatrix<PRECONDITION, VECTOR>(&p);
 }
 
 
index e8d2e75cb73c7724fe29ce91d871535d2425a860..ab9362dcdfa1ec71c91863cf1167a3be6dacbfa5 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 by the deal.II authors
+//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -2677,7 +2677,7 @@ FESystem<dim,spacedim>::multiply_dof_numbers (
         summed_multiplicities += multiplicities[i];
       }
 
-  unsigned char total_conformity = 0xff;;
+  unsigned char total_conformity = 0xff;
 
   for (unsigned int i=0; i<fes.size(); i++)
     if (multiplicities[i]>0)
index 74db66d1904c195a9854a8f40418865e5c64f021..b09aeb3df9797193831cafca53d9c94977f098d2 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009, 2010, 2011, 2012 by the deal.II authors
+//    Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009, 2010, 2011, 2012, 2013 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -307,7 +307,7 @@ BlockSparsityPatternBase<SparsityPatternBase>::print_gnuplot(std::ostream &out)
               const SparsityPatternBase &b = block(ib,jb);
               for (unsigned int j=0; j<b.n_cols(); ++j)
                 if (b.exists(i,j))
-                  out << l+j << " " << -static_cast<signed int>(i+k) << std::endl;;
+                  out << l+j << " " << -static_cast<signed int>(i+k) << std::endl;
               l += b.n_cols();
             }
         }

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.