Skip to content

Commit

Permalink
Merge pull request #15107 from bangerth/comment
Browse files Browse the repository at this point in the history
Fix a funny comment.
  • Loading branch information
peterrum committed Apr 18, 2023
2 parents 9ab745d + 873f938 commit d0fc2a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/distributed/tria.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1694,7 +1694,7 @@ namespace parallel
{
namespace distributed
{
/*----------------- class Triangulation<dim,spacedim> ---------------\*/
/*----------------- class Triangulation<dim,spacedim> ---------------*/
template <int dim, int spacedim>
DEAL_II_CXX20_REQUIRES((concepts::is_valid_dim_spacedim<dim, spacedim>))
Triangulation<dim, spacedim>::Triangulation(
Expand Down

0 comments on commit d0fc2a7

Please sign in to comment.