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

Fixup

parent b58d4fd0
No related branches found
No related tags found
No related merge requests found
......@@ -39,8 +39,8 @@ class AMatrix(Record):
Record.__init__(self,
rows=rows,
cols=cols,
transpose=False,
derivative=False,
transpose=transpose,
derivative=derivative,
)
def __hash__(self):
......@@ -208,4 +208,4 @@ def name_theta(transpose=False, derivative=False):
shape = (quadrature_points_per_direction(), basis_functions_per_direction())
globalarg(name, shape=shape, dtype=numpy.float64, dim_tags="f,f")
define_theta(name, shape, transpose, derivative)
return name
\ No newline at end of file
return name
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