Skip to content
Snippets Groups Projects
Commit edfac030 authored by Andreas Dedner's avatar Andreas Dedner
Browse files

change _typeName and _includes to cppTypeName and cppIncludes

parent e8efcf1f
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ def MatrixIndexSet(rows, cols):
def BCRSMatrix(blockType):
includes = ["dune/istl/bcrsmatrix.hh"]
try:
typeName = "Dune::BCRSMatrix<" + blockType._typeName + " >"
typeName = "Dune::BCRSMatrix<" + blockType.cppTypeName + " >"
return load(includes,typeName).BCRSMatrix
except AttributeError:
#check whether blocksize is 1,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