From: Wolfgang Bangerth Date: Sat, 28 Sep 2002 01:05:25 +0000 (+0000) Subject: Remove an assertion that is totally bogus... X-Git-Tag: v8.0.0~17431 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df4280e5ddf0f1e417192b56ccf3f78c7286c9c0;p=dealii.git Remove an assertion that is totally bogus... git-svn-id: https://svn.dealii.org/trunk@6554 0785d39b-7218-0410-832d-ea1e28bc413d --- 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());