]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix a compile problem in a template function that had apparently never been executed.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 29 Jun 2009 09:33:48 +0000 (09:33 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 29 Jun 2009 09:33:48 +0000 (09:33 +0000)
git-svn-id: https://svn.dealii.org/trunk@18992 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/trilinos_vector.h

index 55831373409c41a919ea5e114709741fb8ecf69f..3f5f6aff3b81886419033aff353bfa79daa12e40 100755 (executable)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2008 by the deal.II authors
+//    Copyright (C) 2008, 2009 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -438,7 +438,7 @@ namespace TrilinosWrappers
       const int ierr = vector->ReplaceGlobalValues (size, &indices[0], 
                                                    &values[0]);
 
-      AssertThrow (ierr == 0, VectorBase::ExcTrilinosError());
+      AssertThrow (ierr == 0, VectorBase::ExcTrilinosError(ierr));
     }
 
   

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.