Skip to content

Commit

Permalink
Silly flake8 complaint.
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Sandve Alnæs committed Oct 28, 2016
1 parent 94f5ec5 commit 2ecc39a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ufl/measure.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
measure_name_to_integral_type = dict((s, l) for l, s in _integral_types)

custom_integral_types = ("custom", "cutcell", "interface", "overlap")
point_integral_types = ("vertex",) # "point")
point_integral_types = ("vertex",) # "point")
facet_integral_types = ("exterior_facet", "interior_facet")


Expand Down

0 comments on commit 2ecc39a

Please sign in to comment.