Skip to content
Snippets Groups Projects
Commit 8954cdcb authored by Dr. Felix Tobias Schindler's avatar Dr. Felix Tobias Schindler
Browse files

update guads and includes

parent 93e931e9
No related branches found
No related tags found
No related merge requests found
......@@ -7,8 +7,8 @@
// Authors:
// Felix Schindler (2017)
#ifndef DUNE_GDT_SPACES_CG_DEFAULT_HH
#define DUNE_GDT_SPACES_CG_DEFAULT_HH
#ifndef DUNE_GDT_SPACES_H1_CONTINUOUS_LAGRANGE_HH
#define DUNE_GDT_SPACES_H1_CONTINUOUS_LAGRANGE_HH
#include <memory>
#include <vector>
......@@ -155,4 +155,4 @@ private:
} // namespace GDT
} // namespace Dune
#endif // DUNE_GDT_SPACES_CG_DEFAULT_HH
#endif // DUNE_GDT_SPACES_H1_CONTINUOUS_LAGRANGE_HH
......@@ -23,7 +23,7 @@
#include <dune/xt/common/numeric_cast.hh>
#include <dune/xt/grid/gridprovider/cube.hh>
#include <dune/gdt/spaces/cg/default.hh>
#include <dune/gdt/spaces/h1/continuous-lagrange.hh>
template <class GridViewType, int p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment