From: Guido Kanschat Date: Wed, 2 Mar 2005 18:58:39 +0000 (+0000) Subject: remove old experimental lapack code X-Git-Tag: v8.0.0~14557 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5330481cc99df4938ef888f4f395a3a9206be6c7;p=dealii.git remove old experimental lapack code git-svn-id: https://svn.dealii.org/trunk@9953 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/source/full_matrix.double.cc b/deal.II/lac/source/full_matrix.double.cc index 4a316e2261..a8b4d29369 100644 --- a/deal.II/lac/source/full_matrix.double.cc +++ b/deal.II/lac/source/full_matrix.double.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -107,7 +107,7 @@ FullMatrix::residual(Vector&, // Experimental code -#ifdef HAVE_LIBLAPACK +#ifdef HAVE_LIBLAPACK_AND_REALLY_USE_IT_HERE extern "C" int dgels_ (const char* trans, const unsigned int* M, const unsigned int* N, const unsigned int* NRHS,