We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d02255 commit a6932ceCopy full SHA for a6932ce
ffcx/codegeneration/C/integrals.py
@@ -60,7 +60,7 @@ def generator(ir, options):
60
code["tabulate_tensor_float64"] = "NULL"
61
code["tabulate_tensor_complex64"] = "NULL"
62
code["tabulate_tensor_complex128"] = "NULL"
63
- np_scalar_type=np.dtype(options["scalar_type"]).name
+ np_scalar_type = np.dtype(options["scalar_type"]).name
64
code[f"tabulate_tensor_{np_scalar_type}"] = f"tabulate_tensor_{factory_name}"
65
66
implementation = ufcx_integrals.factory.format(
0 commit comments