From d0ecc87010333d37ff8954598d6850ff0bf30e39 Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 14 Aug 2000 14:42:24 +0000 Subject: [PATCH] Add two `typename's to make this compile properly. git-svn-id: https://svn.dealii.org/trunk@3260 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/numerics/data_out_rotation.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/deal.II/source/numerics/data_out_rotation.cc b/deal.II/deal.II/source/numerics/data_out_rotation.cc index c8a7f76539..487101adcb 100644 --- a/deal.II/deal.II/source/numerics/data_out_rotation.cc +++ b/deal.II/deal.II/source/numerics/data_out_rotation.cc @@ -66,8 +66,8 @@ void DataOutRotation::build_some_patches (Data data) unsigned int cell_number = 0; - vector >::iterator patch = patches.begin(); - DoFHandler::cell_iterator cell=first_cell(); + typename vector >::iterator patch = patches.begin(); + typename DoFHandler::cell_iterator cell=first_cell(); // get first cell in this thread for (unsigned int i=0; (iend()); ++i) -- 2.39.5