]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove template argument in hopes that doxygen can resolve the link.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 2 Sep 2012 17:56:38 +0000 (17:56 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 2 Sep 2012 17:56:38 +0000 (17:56 +0000)
git-svn-id: https://svn.dealii.org/trunk@26206 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/matrix_free/matrix_free.h

index 864307f03f58667915b1a545b21172efd00fcb4d..266a77f58e4ce26518a1afc041849409e0f36883 100644 (file)
@@ -753,7 +753,7 @@ public:
                                  * store arrays of data for all cells
                                  * to be worked on. This number is
                                  * approximately
-                                 * n_physical_cells()/VectorizedArray@<Number@>::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<dim,Number>::create_cell_subrange_hp
         return std::pair<unsigned int,unsigned int> (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<unsigned int,unsigned int>(range.second, range.second);
@@ -2395,18 +2395,18 @@ MatrixFree<dim, Number>::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<internal::partition::PartitionWork<Worker,false>*> 
+          std::vector<internal::partition::PartitionWork<Worker,false>*>
             worker(n_workers);
-          std::vector<internal::partition::PartitionWork<Worker,true>*> 
+          std::vector<internal::partition::PartitionWork<Worker,true>*>
             blocked_worker(n_blocked_workers);
-          internal::MPIComCompress<OutVector> *worker_compr = 
+          internal::MPIComCompress<OutVector> *worker_compr =
             new(root->allocate_child())
             internal::MPIComCompress<OutVector>(dst);
           worker_compr->set_ref_count(1);

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.