Skip to content

Commit

Permalink
Merge pull request #16718 from bangerth/small-stuff
Browse files Browse the repository at this point in the history
Fix a grammar error.
  • Loading branch information
kronbichler committed Mar 6, 2024
2 parents 86d4121 + a8df740 commit 329fee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/deal.II/multigrid/mg_transfer_global_coarsening.h
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ class MGTwoLevelTransferBase<LinearAlgebra::distributed::Vector<Number>>

protected:
/**
* Internal vector on that the actual prolongation/restriction is performed.
* Internal vector on which the actual prolongation/restriction is performed.
*/
mutable LinearAlgebra::distributed::Vector<Number> vec_coarse;

Expand Down

0 comments on commit 329fee6

Please sign in to comment.