]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
renamed LAPACK querymode preprocessor variable
authorprill <prill@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 18 May 2006 08:33:43 +0000 (08:33 +0000)
committerprill <prill@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 18 May 2006 08:33:43 +0000 (08:33 +0000)
git-svn-id: https://svn.dealii.org/trunk@13127 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/source/lapack_full_matrix.cc

index 4af23fbaaa4a4bcee867f41decce61c50053529d..ab1ac8f74fc8c0287a9d4bb39a70f103171ea974 100644 (file)
@@ -180,9 +180,9 @@ LAPACKFullMatrix<number>::compute_eigenvalues()
                                   // (the PETSc 2.3.0 implementation does NOT
                                   // provide this functionality!).
 
-                                  // define the HAVE_LIBLAPACK_NOQUERYMODE flag to
+                                  // define the DEAL_II_LIBLAPACK_NOQUERYMODE flag to
                                   // disable the workspace query.
-#ifndef HAVE_LIBLAPACK_NOQUERYMODE
+#ifndef DEAL_II_LIBLAPACK_NOQUERYMODE
   lwork = -1;
   work.resize(1);
       

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.