]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix 3 botched assertions.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 28 Sep 2002 00:58:56 +0000 (00:58 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 28 Sep 2002 00:58:56 +0000 (00:58 +0000)
git-svn-id: https://svn.dealii.org/trunk@6553 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/source/sparse_direct.cc

index 0a70b6febd1538b43c9d9e8d10e5534b31464b53..85ed6e3680213cc8011f577e8f31173fe1c97553 100644 (file)
@@ -775,9 +775,9 @@ 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 (*LIW == 0, ExcInternalError());
-      Assert (IKEEP == 0, ExcInternalError());
-      Assert (IW1 == 0, ExcInternalError());
+      Assert (this->LIW == 0, ExcInternalError());
+      Assert (this->IKEEP.size() == 0, ExcInternalError());
+      Assert (this->IW1.size() == 0, ExcInternalError());
       
                                        // next get back what we need
                                        // to know

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.