]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Accept an Epetra_BlockMap as argument for duplicate_map().
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 7 Aug 2009 19:54:09 +0000 (19:54 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 7 Aug 2009 19:54:09 +0000 (19:54 +0000)
git-svn-id: https://svn.dealii.org/trunk@19209 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/include/base/utilities.h
deal.II/base/source/utilities.cc

index 211feb61d33aa64420e3b55697c5e41c5385c684..66ed243f731fec6602711e22e646378c18121c1f 100644 (file)
@@ -476,7 +476,7 @@ namespace Utilities
                                      * the duplicate_communicator() function.
                                      */
     Epetra_Map
-    duplicate_map (const Epetra_Map  &map,
+    duplicate_map (const Epetra_BlockMap  &map,
                   const Epetra_Comm &comm);
   }
 
index c4e6a4d867e1ce899dda264eec17af653fd91c02..93dfdb25ce04fc434ae5e2ac4a0d7d6ebe7fea28 100644 (file)
@@ -665,8 +665,8 @@ namespace Utilities
 
     
     Epetra_Map
-    duplicate_map (const Epetra_Map  &map,
-                  const Epetra_Comm &comm)
+    duplicate_map (const Epetra_BlockMap &map,
+                  const Epetra_Comm     &comm)
     {
                                       // assume that each processor stores a
                                       // contiguous range of elements in the

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.