From: Wolfgang Bangerth Date: Wed, 27 Mar 2013 11:40:10 +0000 (+0000) Subject: Make run again. X-Git-Tag: v8.0.0~316^2~84 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26d8652bbac62c6bdce5e2ef5f9efece5d9cda02;p=dealii.git Make run again. git-svn-id: https://svn.dealii.org/branches/branch_bigger_global_dof_indices_4@29061 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/trilinos/49b.cc b/tests/trilinos/49b.cc index 81fab055dd..e52b59b825 100644 --- a/tests/trilinos/49b.cc +++ b/tests/trilinos/49b.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2004, 2005, 2008, 2009 by the deal.II authors +// Copyright (C) 2004, 2005, 2008, 2009, 2013 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -73,7 +73,10 @@ int main (int argc,char **argv) { { std::vector sizes; - Epetra_Map map(3, 3, 0, Utilities::Trilinos::comm_world()); + Epetra_Map map(TrilinosWrappers::types::int_type(3), + TrilinosWrappers::types::int_type(3), + 0, + Utilities::Trilinos::comm_world()); sizes.push_back (map); sizes.push_back (map);