From 0f2aefccd647388fffcf60a2f4b2d8a3b16827e8 Mon Sep 17 00:00:00 2001 From: prill Date: Thu, 18 May 2006 08:33:43 +0000 Subject: [PATCH] renamed LAPACK querymode preprocessor variable git-svn-id: https://svn.dealii.org/trunk@13127 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/source/lapack_full_matrix.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/lac/source/lapack_full_matrix.cc b/deal.II/lac/source/lapack_full_matrix.cc index 4af23fbaaa..ab1ac8f74f 100644 --- a/deal.II/lac/source/lapack_full_matrix.cc +++ b/deal.II/lac/source/lapack_full_matrix.cc @@ -180,9 +180,9 @@ LAPACKFullMatrix::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); -- 2.39.5