From caef6f0bc3fb5af2d358d0342bdf8faa0e7d6601 Mon Sep 17 00:00:00 2001
From: Matthew Collins <m.t.collins@warwick.ac.uk>
Date: Mon, 13 Nov 2017 17:01:16 +0000
Subject: [PATCH] block vector now arbitrary size as well

---
 __init__.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/__init__.py b/__init__.py
index 03de9c046..305561791 100644
--- a/__init__.py
+++ b/__init__.py
@@ -45,5 +45,6 @@ def BlockVector(blockSize):
     typeName = "Dune::BlockVector< Dune::FieldVector< double," + str(blockSize) + " > >"
     includes = ["dune/istl/bvector.hh"]
     includes = includes + ["dune/common/fmatrix.hh"]
+    print("bindings for bigger than 1 blocksize")
     # todo: provide other constructors
     return loadvec(includes, typeName).BlockVector
-- 
GitLab