]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Comment out unused function arguments.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 1 Dec 2012 12:37:39 +0000 (12:37 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 1 Dec 2012 12:37:39 +0000 (12:37 +0000)
git-svn-id: https://svn.dealii.org/trunk@27713 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/lac/chunk_sparse_matrix.h

index 7f47346c8e68f0936b38e15a935a6ad0849be87c..59cdb14d5bb6cf55a603da22a757a4b107d70e6d 100644 (file)
@@ -1321,8 +1321,8 @@ void ChunkSparseMatrix<number>::add (const unsigned int row,
                                      const unsigned int n_cols,
                                      const unsigned int *col_indices,
                                      const number2      *values,
-                                     const bool          elide_zero_values,
-                                     const bool          col_indices_are_sorted)
+                                     const bool          /*elide_zero_values*/,
+                                     const bool          /*col_indices_are_sorted*/)
 {
   // TODO: could be done more efficiently...
   for (unsigned int col=0; col<n_cols; ++col)

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.