From: wolf Date: Mon, 14 Aug 2000 14:42:24 +0000 (+0000) Subject: Add two `typename's to make this compile properly. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0ecc87010333d37ff8954598d6850ff0bf30e39;p=dealii-svn.git Add two `typename's to make this compile properly. git-svn-id: https://svn.dealii.org/trunk@3260 0785d39b-7218-0410-832d-ea1e28bc413d --- 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)