]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
bug fix: use template argument number instead of double
authorleicht <leicht@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 7 Aug 2006 06:56:47 +0000 (06:56 +0000)
committerleicht <leicht@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 7 Aug 2006 06:56:47 +0000 (06:56 +0000)
git-svn-id: https://svn.dealii.org/trunk@13612 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/source/tridiagonal_matrix.cc

index 4a3c588824f73dd045db9f1aa9cbaeb7e58a16d1..e69d43023e8bcc9d805906880ceebfd187a16292 100644 (file)
@@ -206,7 +206,7 @@ TridiagonalMatrix<number>::matrix_norm_square(
 
 template<typename number>
 void
-TridiagonalMatrix<number>::eigenvalues(Vector<double>& lambda) const
+TridiagonalMatrix<number>::eigenvalues(Vector<number>&) const
 {
   Assert(false, ExcNotImplemented());
 }

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.