From: Florian Prill Date: Thu, 18 May 2006 08:33:43 +0000 (+0000) Subject: renamed LAPACK querymode preprocessor variable X-Git-Tag: v8.0.0~11725 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=263f19b51c06d79fe0e35c8661f2727bd4adbed6;p=dealii.git renamed LAPACK querymode preprocessor variable git-svn-id: https://svn.dealii.org/trunk@13127 0785d39b-7218-0410-832d-ea1e28bc413d --- 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);