From: Wolfgang Bangerth Date: Wed, 23 May 2001 12:57:22 +0000 (+0000) Subject: Fix bogosity. X-Git-Tag: v8.0.0~19074 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45623d97a668238cb6a372eb9909dd9983cb377a;p=dealii.git Fix bogosity. git-svn-id: https://svn.dealii.org/trunk@4720 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/deal.II/wave-test-3.cc b/tests/deal.II/wave-test-3.cc index 6111e3b30d..b6c8f737a1 100644 --- a/tests/deal.II/wave-test-3.cc +++ b/tests/deal.II/wave-test-3.cc @@ -260,7 +260,7 @@ struct CellwiseError { CellwiseError (const unsigned int n_errors); std::vector errors; - typename ErrorOnCell* next_free_slot; + ErrorOnCell* next_free_slot; }; Vector estimated_error_per_cell;