Skip to content

Commit

Permalink
Fix MatrixFreeTools
Browse files Browse the repository at this point in the history
  • Loading branch information
peterrum committed Mar 26, 2020
1 parent 6eec83b commit b6b62ce
Showing 1 changed file with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,24 @@
//
// ---------------------------------------------------------------------

#ifndef dealii_matrix_free_utilities_h
#define dealii_matrix_free_utilities_h
#ifndef dealii_matrix_free_tools_h
#define dealii_matrix_free_tools_h

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



DEAL_II_NAMESPACE_OPEN

/**
* A namespace for utility functions in the context of matrix-free operator
* evaluation.
*/
namespace MatrixFreeTools
{} // namespace MatrixFreeTools


DEAL_II_NAMESPACE_CLOSE


#endif

0 comments on commit b6b62ce

Please sign in to comment.