Skip to content
Snippets Groups Projects
Commit 2c05a08e authored by René Heß's avatar René Heß
Browse files

Incude gridfunctionspace.hh instead of utility stuff

parent 12a47939
No related branches found
No related tags found
No related merge requests found
...@@ -649,7 +649,7 @@ def generate_localoperator_kernels(formdata, data): ...@@ -649,7 +649,7 @@ def generate_localoperator_kernels(formdata, data):
delete_cache_items() delete_cache_items()
# Manage includes and base classes that we always need # Manage includes and base classes that we always need
include_file('dune/pdelab/gridfunctionspace/gridfunctionspaceutilities.hh', filetag="operatorfile") include_file('dune/pdelab/gridfunctionspace/gridfunctionspace.hh', filetag="operatorfile")
include_file('dune/pdelab/localoperator/idefault.hh', filetag="operatorfile") include_file('dune/pdelab/localoperator/idefault.hh', filetag="operatorfile")
include_file('dune/pdelab/localoperator/flags.hh', filetag="operatorfile") include_file('dune/pdelab/localoperator/flags.hh', filetag="operatorfile")
include_file('dune/pdelab/localoperator/pattern.hh', filetag="operatorfile") include_file('dune/pdelab/localoperator/pattern.hh', filetag="operatorfile")
......
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