From 8bedcba16b706f5d21ae1191d80f30fe14899db3 Mon Sep 17 00:00:00 2001 From: kronbichler Date: Thu, 4 Sep 2008 18:55:53 +0000 Subject: [PATCH] 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 --- deal.II/examples/step-31/step-31.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()) {} -- 2.39.5