From 5330481cc99df4938ef888f4f395a3a9206be6c7 Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Wed, 2 Mar 2005 18:58:39 +0000 Subject: [PATCH] remove old experimental lapack code git-svn-id: https://svn.dealii.org/trunk@9953 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/source/full_matrix.double.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, -- 2.39.5