Skip to content
Snippets Groups Projects
Commit 7635785e authored by Matthew Collins's avatar Matthew Collins
Browse files

added needed include

parent 4c35ca32
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ def BlockVector(blockSize):
if blockSize == 1:
return BlockVector1
typeName = "Dune::BlockVector< Dune::FieldVector< double ," + str(blockSize) + " > >"
includes = ["dune/istl/bvector.hh"]
includes = ["dune/python/istl/bvector.hh"]
# todo: provide other constructors
return loadvec(includes, typeName).BlockVector
def blockVector(size, blockSize=1):
......
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