Skip to content

Commit

Permalink
Try fixing deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
masterleinad committed Jun 5, 2023
1 parent 567e281 commit 24f852f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/deal.II/grid/grid_reordering.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ DEAL_II_NAMESPACE_OPEN
* this class. Usage of the old-style numbering is deprecated.
*/
template <int dim, int spacedim = dim>
class DEAL_II_DEPRECATED GridReordering
class GridReordering
{
public:
/**
Expand Down

0 comments on commit 24f852f

Please sign in to comment.