]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
unused parameters removed
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 11 Dec 2002 09:07:06 +0000 (09:07 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 11 Dec 2002 09:07:06 +0000 (09:07 +0000)
git-svn-id: https://svn.dealii.org/trunk@6809 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/sparse_decomposition.h

index 24b13647e4762b6b2f2f8c349be8b943e3d1d57b..9ae2b12816329d5ac221d6ee84b0ba2f82805852 100644 (file)
@@ -310,7 +310,8 @@ class SparseLUDecomposition : protected SparseMatrix<number>{
 template <typename number>
 inline number
 SparseLUDecomposition<number>::
-get_strengthen_diagonal(const number rowsum, const unsigned int row) const
+get_strengthen_diagonal(const number /*rowsum*/,
+                       const unsigned int /*row*/) const
 {
   return strengthen_diagonal;
 };

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.