]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Microfix. The interface of compute_eigenvalues was not changed for the
authorkayser-herold <kayser-herold@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 26 Sep 2006 20:49:14 +0000 (20:49 +0000)
committerkayser-herold <kayser-herold@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 26 Sep 2006 20:49:14 +0000 (20:49 +0000)
non-lapack version of the code.

git-svn-id: https://svn.dealii.org/trunk@13965 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/source/lapack_full_matrix.cc

index 723d0b96a54297c3f5b5408aca9951f12cfe15c6..f4879bca30a61d925c4af4ba64b2d521b5295b8e 100644 (file)
@@ -234,7 +234,8 @@ LAPACKFullMatrix<number>::compute_eigenvalues(
 
 template <typename number>
 void
-LAPACKFullMatrix<number>::compute_eigenvalues()
+LAPACKFullMatrix<number>::compute_eigenvalues(const bool /*right*/,
+                                             const bool /*left*/)
 {
   Assert(false, ExcNeedsLAPACK());
 }

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.