Skip to content

Commit 217b37b

Browse files
committed
Undo change
1 parent b72d6b0 commit 217b37b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ffcx/codegeneration/C/form.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ def generator(ir: FormIR, options):
8282
d["constant_shapes_init"] = "\n".join(result0)
8383
d["constant_shapes"] = f"constant_shapes_{ir.name}"
8484
else:
85-
d["constant_ranks_init"] = "NULL"
85+
d["constant_ranks_init"] = ""
8686
d["constant_ranks"] = "NULL"
87-
d["constant_shapes_init"] = "NULL"
87+
d["constant_shapes_init"] = ""
8888
d["constant_shapes"] = "NULL"
8989

9090
if len(ir.constant_names) > 0:

0 commit comments

Comments
 (0)