]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
add dummy implementation without LAPACK
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 26 Apr 2005 09:12:27 +0000 (09:12 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 26 Apr 2005 09:12:27 +0000 (09:12 +0000)
git-svn-id: https://svn.dealii.org/trunk@10580 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/source/lapack_full_matrix.cc

index 71b9641e90af01344379237be56aa197dc08dd3b..092d9126425f35b1c7a3584aaa5898b119e201f3 100644 (file)
@@ -195,6 +195,16 @@ LAPACKFullMatrix<number>::compute_eigenvalues()
   state = LAPACKSupport::State(eigenvalues | unusable);
 }
 
+#else
+
+template <typename number>
+void
+LAPACKFullMatrix<number>::compute_eigenvalues()
+{
+  Assert(false, ExcNeedsLAPACK());
+}
+
+
 #endif
 
 // template <typename number>

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.