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

apply formatting

parent 033297ba
No related branches found
No related tags found
No related merge requests found
......@@ -10,4 +10,3 @@
# ~~~
add_subdirectory(gdt)
......@@ -9,4 +9,3 @@
# Felix Schindler (2017 - 2018)
# René Fritze (2016, 2018)
# ~~~
......@@ -14,4 +14,3 @@
dune_pybindxi_add_module(_discretefunction_1d EXCLUDE_FROM_ALL ${header} discretefunction_1d.cc)
dune_pybindxi_add_module(_discretefunction_2d EXCLUDE_FROM_ALL ${header} discretefunction_2d.cc)
dune_pybindxi_add_module(_discretefunction_3d EXCLUDE_FROM_ALL ${header} discretefunction_3d.cc)
......@@ -24,4 +24,3 @@ def make_discrete_function(space, vector, name="dune.gdt.discretefunction"):
except:
continue
raise TypeError('no matching factory for space \'{}\''.format(space))
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