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

Merge branch 'bugfix/small' into 'master'

Incude gridfunctionspace.hh instead of utility stuff

See merge request !81
parents 12a47939 2c05a08e
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