From: kronbichler Date: Thu, 4 Sep 2008 18:55:53 +0000 (+0000) Subject: The Epetra_Map is now private. Need to change one thing. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bedcba16b706f5d21ae1191d80f30fe14899db3;p=dealii-svn.git The Epetra_Map is now private. Need to change one thing. git-svn-id: https://svn.dealii.org/trunk@16747 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-31/step-31.cc b/deal.II/examples/step-31/step-31.cc index 3db7b3cbca..45d8c02e85 100644 --- a/deal.II/examples/step-31/step-31.cc +++ b/deal.II/examples/step-31/step-31.cc @@ -435,7 +435,7 @@ namespace LinearSolvers stokes_matrix (&S), m_inverse (&Mpinv), a_preconditioner (Apreconditioner), - tmp (stokes_matrix->block(1,1).row_map) + tmp (stokes_matrix->block(1,1).matrix->RowMap()) {}