]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Make run again.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 27 Mar 2013 11:40:10 +0000 (11:40 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 27 Mar 2013 11:40:10 +0000 (11:40 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_bigger_global_dof_indices_4@29061 0785d39b-7218-0410-832d-ea1e28bc413d

tests/trilinos/49b.cc

index 81fab055dddb065feb0148d37b1b1b6f14effb83..e52b59b8254fdbeb03177c76abf57ef44209aeb7 100644 (file)
@@ -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<Epetra_Map> 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);
 

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.