Skip to content

Commit a6932ce

Browse files
committed
flake
1 parent 6d02255 commit a6932ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ffcx/codegeneration/C/integrals.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def generator(ir, options):
6060
code["tabulate_tensor_float64"] = "NULL"
6161
code["tabulate_tensor_complex64"] = "NULL"
6262
code["tabulate_tensor_complex128"] = "NULL"
63-
np_scalar_type=np.dtype(options["scalar_type"]).name
63+
np_scalar_type = np.dtype(options["scalar_type"]).name
6464
code[f"tabulate_tensor_{np_scalar_type}"] = f"tabulate_tensor_{factory_name}"
6565

6666
implementation = ufcx_integrals.factory.format(

0 commit comments

Comments
 (0)