From: wolf Date: Wed, 23 May 2001 12:57:22 +0000 (+0000) Subject: Fix bogosity. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb3130d270d6e9c38c2523fbeade38329bab8afd;p=dealii-svn.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;