From: bangerth Date: Mon, 29 Jun 2009 09:42:15 +0000 (+0000) Subject: Take over patch 18992 from mainline. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c537839534b802e512f526eb02978e7bcc21c53;p=dealii-svn.git Take over patch 18992 from mainline. git-svn-id: https://svn.dealii.org/branches/releases/Branch-6-2@18994 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/trilinos_vector.h b/deal.II/lac/include/lac/trilinos_vector.h index b87cc53849..86dc0161e1 100755 --- a/deal.II/lac/include/lac/trilinos_vector.h +++ b/deal.II/lac/include/lac/trilinos_vector.h @@ -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)); }