From df29cd800d60e0bb45ea8b3dbae839f2710b36cb Mon Sep 17 00:00:00 2001 From: wolf Date: Sat, 28 Sep 2002 01:05:25 +0000 Subject: [PATCH] Remove an assertion that is totally bogus... git-svn-id: https://svn.dealii.org/trunk@6554 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/source/sparse_direct.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/deal.II/lac/source/sparse_direct.cc b/deal.II/lac/source/sparse_direct.cc index 85ed6e3680..96d3862ab0 100644 --- a/deal.II/lac/source/sparse_direct.cc +++ b/deal.II/lac/source/sparse_direct.cc @@ -775,7 +775,6 @@ void SparseDirectMA27::call_ma27ad (const unsigned int *N, // all other fields are kept at // the client. array should not // be in used on this side - Assert (this->LIW == 0, ExcInternalError()); Assert (this->IKEEP.size() == 0, ExcInternalError()); Assert (this->IW1.size() == 0, ExcInternalError()); -- 2.39.5