]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix one bug.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 27 Sep 2002 22:15:26 +0000 (22:15 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 27 Sep 2002 22:15:26 +0000 (22:15 +0000)
git-svn-id: https://svn.dealii.org/trunk@6551 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/source/sparse_direct.cc

index 599dfa1fcd2d06b29627b347020c0e01b7a9b7f4..0a70b6febd1538b43c9d9e8d10e5534b31464b53 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 (IW == 0, ExcInternalError());
+      Assert (*LIW == 0, ExcInternalError());
       Assert (IKEEP == 0, ExcInternalError());
-      Assert (IW == 0, ExcInternalError());
+      Assert (IW1 == 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.