From: Wolfgang Bangerth Date: Sun, 2 Sep 2012 17:56:38 +0000 (+0000) Subject: Remove template argument in hopes that doxygen can resolve the link. X-Git-Tag: v8.0.0~2191 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7928ed31655d12df6f7fe461aa62e2b49348dfa;p=dealii.git Remove template argument in hopes that doxygen can resolve the link. git-svn-id: https://svn.dealii.org/trunk@26206 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/matrix_free/matrix_free.h b/deal.II/include/deal.II/matrix_free/matrix_free.h index 864307f03f..266a77f58e 100644 --- a/deal.II/include/deal.II/matrix_free/matrix_free.h +++ b/deal.II/include/deal.II/matrix_free/matrix_free.h @@ -753,7 +753,7 @@ public: * store arrays of data for all cells * to be worked on. This number is * approximately - * n_physical_cells()/VectorizedArray@::n_array_elements + * n_physical_cells()/VectorizedArray::n_array_elements * (depending on how many cell chunks * that do not get filled up * completely). @@ -1370,7 +1370,7 @@ MatrixFree::create_cell_subrange_hp return std::pair (range.second,range.second); } - const unsigned int fe_index = + const unsigned int fe_index = dof_info[vector_component].fe_index_from_degree(degree); if (fe_index >= dof_info[vector_component].max_fe_index) return std::pair(range.second, range.second); @@ -2395,18 +2395,18 @@ MatrixFree::cell_loop if(task_info.use_partition_partition == true) { internal::update_ghost_values_start(src); - tbb::empty_task* root = new( tbb::task::allocate_root() ) + tbb::empty_task* root = new( tbb::task::allocate_root() ) tbb::empty_task; unsigned int evens = task_info.evens; unsigned int odds = task_info.odds; root->set_ref_count(evens+1); unsigned int n_blocked_workers = task_info.n_blocked_workers; unsigned int n_workers = task_info.n_workers; - std::vector*> + std::vector*> worker(n_workers); - std::vector*> + std::vector*> blocked_worker(n_blocked_workers); - internal::MPIComCompress *worker_compr = + internal::MPIComCompress *worker_compr = new(root->allocate_child()) internal::MPIComCompress(dst); worker_compr->set_ref_count(1);