From 11915e1ff3f1430af4273099171952c3e6249f14 Mon Sep 17 00:00:00 2001 From: guido Date: Thu, 27 Jun 2002 07:38:08 +0000 Subject: [PATCH] updated for gcc 3.1 git-svn-id: https://svn.dealii.org/trunk@6195 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/deal.II/filtered_matrix.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/deal.II/filtered_matrix.cc b/tests/deal.II/filtered_matrix.cc index 0946cbabb3..752fa4fdc3 100644 --- a/tests/deal.II/filtered_matrix.cc +++ b/tests/deal.II/filtered_matrix.cc @@ -130,8 +130,8 @@ check () SparseMatrix A(A_pattern); - DoFHandler::active_cell_iterator cell = dof.begin_active(); - const DoFHandler::cell_iterator end = dof.end(); + typename DoFHandler::active_cell_iterator cell = dof.begin_active(); + const typename DoFHandler::cell_iterator end = dof.end(); for (; cell != end;++cell) { -- 2.39.5