Skip to content

Commit 2c5b2af

Browse files
committed
fix merge
1 parent edbe915 commit 2c5b2af

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

ffcx/ir/representation.py

+1-5
Original file line numberDiff line numberDiff line change
@@ -578,11 +578,7 @@ def _compute_expression_ir(
578578

579579
weights = np.array([1.0] * points.shape[0])
580580
rule = QuadratureRule(points, weights)
581-
<<<<<<< HEAD
582-
integrands = {"": {rule: expression}}
583-
=======
584-
integrands = {rule: expr}
585-
>>>>>>> main
581+
integrands = {"": {rule: expr}}
586582

587583
if cell is None:
588584
assert (

0 commit comments

Comments
 (0)