From: wolf Date: Sat, 28 Sep 2002 01:05:25 +0000 (+0000) Subject: Remove an assertion that is totally bogus... X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df29cd800d60e0bb45ea8b3dbae839f2710b36cb;p=dealii-svn.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());