From 9e9b7b08a9c1a62adff00a4b54caf7b3a6fd5c14 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 16 Feb 2015 13:10:42 -0600 Subject: [PATCH] Avoid a template argument to make doxygen happy. --- include/deal.II/matrix_free/matrix_free.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/matrix_free/matrix_free.h b/include/deal.II/matrix_free/matrix_free.h index 27bed9e839..6c4dd27690 100644 --- a/include/deal.II/matrix_free/matrix_free.h +++ b/include/deal.II/matrix_free/matrix_free.h @@ -599,7 +599,7 @@ public: * range in @p cell_loop runs from zero to n_macro_cells() (exclusive), so * this is the appropriate size if you want to store arrays of data for all * cells to be worked on. This number is approximately - * n_physical_cells()/VectorizedArray::n_array_elements (depending + * n_physical_cells()/VectorizedArray::n_array_elements (depending * on how many cell chunks that do not get filled up completely). */ unsigned int n_macro_cells () const; -- 2.39.5