Skip to content

Commit

Permalink
Merge pull request #16926 from kronbichler/fix_test_typo
Browse files Browse the repository at this point in the history
Fix typo in test description
  • Loading branch information
kronbichler committed Apr 25, 2024
2 parents eae2355 + 84ef866 commit 01c9717
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/matrix_free/point_evaluation_19.cc
Expand Up @@ -14,7 +14,7 @@


// Check FEPointEvaluation::evaluate()/integrate() with precomputed mapping
// with different number of unit points provided my NonMatching::MappingInfo.
// with different number of unit points provided by NonMatching::MappingInfo.

#include <deal.II/base/function_lib.h>

Expand Down
2 changes: 1 addition & 1 deletion tests/matrix_free/point_evaluation_20.cc
Expand Up @@ -14,7 +14,7 @@


// Check FEPointEvaluation::evaluate()/integrate() with precomputed mapping
// with different location of unit points provided my NonMatching::MappingInfo.
// with different location of unit points provided by NonMatching::MappingInfo.

#include <deal.II/base/function_lib.h>

Expand Down

0 comments on commit 01c9717

Please sign in to comment.