]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix typo in variable name 13629/head
authorMartin Kronbichler <martin.kronbichler@uni-a.de>
Thu, 21 Apr 2022 10:27:46 +0000 (12:27 +0200)
committerMartin Kronbichler <martin.kronbichler@uni-a.de>
Thu, 21 Apr 2022 10:27:46 +0000 (12:27 +0200)
include/deal.II/matrix_free/dof_info.h

index 0f986441d349871ee0825a7c7f41e350244a6e5d..f576f9d444144c5f9a24818d7c257b3b805893c1 100644 (file)
@@ -174,8 +174,8 @@ namespace internal
                            const unsigned int fe_degree) const;
 
       /**
-       * Populate the vector @p locall_indices with locally owned degrees of freedom
-       * stored on the cell block @p cell.
+       * Populate the vector @p local_indices with locally owned degrees of freedom
+       * stored on the cell batch @p cell_batch.
        * If @p with_constraints is `true`, then the returned vector will contain indices
        * required to resolve constraints.
        *
@@ -193,8 +193,8 @@ namespace internal
        * `std::vector::erase()`.
        */
       void
-      get_dof_indices_on_cell_batch(std::vector<unsigned int> &locall_indices,
-                                    const unsigned int         cell,
+      get_dof_indices_on_cell_batch(std::vector<unsigned int> &local_indices,
+                                    const unsigned int         cell_batch,
                                     const bool with_constraints = true) const;
 
       /**

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.