Skip to content
Snippets Groups Projects
Commit 5b5a7362 authored by Dominic Kempf's avatar Dominic Kempf
Browse files

Prefix large theta matrices with Theta as well

parent dec5228d
No related branches found
No related tags found
No related merge requests found
......@@ -146,7 +146,7 @@ class BasisTabulationMatrixArray(BasisTabulationMatrixBase):
self.width = width
def __str__(self):
return "_".join((t._shortname for t in self.tabs))
return "Theta{}".format("_".join((t._shortname for t in self.tabs)))
@property
def quadrature_size(self):
......
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