Skip to content
Snippets Groups Projects
Commit 3be31fc1 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Merge branch 'master' of box:src/pymbolic

parents 4f549037 39655be1
No related branches found
No related tags found
No related merge requests found
......@@ -97,7 +97,7 @@ class StringifyMapper(pymbolic.mapper.RecursiveMapper):
return self.parenthesize_if_needed(
self.format("%s / %s",
# space is necessary--otherwise '/*' becomes
# start-of-comment in C.
# start-of-comment in C. ('*' from dereference)
self.rec(expr.numerator, PREC_PRODUCT),
self.rec(expr.denominator, PREC_POWER)), # analogous to ^{-1}
enclosing_prec, PREC_PRODUCT)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment