]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove unused variable.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 12 Aug 2008 23:56:42 +0000 (23:56 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 12 Aug 2008 23:56:42 +0000 (23:56 +0000)
git-svn-id: https://svn.dealii.org/trunk@16527 0785d39b-7218-0410-832d-ea1e28bc413d

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

index b0d63b62755ce48d114a81858c55bfbb06bdd1a9..2a68790986bb3692c4e46f8f75f18156a559eac1 100644 (file)
@@ -1046,7 +1046,6 @@ ChunkSparseMatrix<number>::frobenius_norm () const
                                   // padding elements are zero, so we can add
                                   // them up as well
   real_type norm_sqr = 0;
-  const unsigned int n_rows = m();
   for (const number *ptr = &val[0]; ptr != &val[max_len]; ++ptr)
     norm_sqr +=  numbers::NumberTraits<number>::abs_square(*ptr);
 

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.