Skip to content

Commit

Permalink
Improve test comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
luca-heltai committed Sep 1, 2024
1 parent f8c09bc commit 2bf5c4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/parameter_handler/pattern_tools_14.cc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
// ------------------------------------------------------------------------

// Check Patterns::Tools::Convert for enum types
// Test the conversion of UpdateFlags to string and back

#include <deal.II/fe/fe_values.h>

Expand Down
2 changes: 2 additions & 0 deletions tests/parameter_handler/pattern_tools_15.cc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
// ------------------------------------------------------------------------

// Check Patterns::Tools::Convert for custom enum types
// Test the conversion of a standard enum to string and back, and of an enum
// class to string and back

#include <deal.II/fe/fe_values.h>

Expand Down

0 comments on commit 2bf5c4e

Please sign in to comment.