Skip to content
Snippets Groups Projects
Commit f5c141a2 authored by Matt Wala's avatar Matt Wala
Browse files

Fix whitespace changes

parent 770cfefe
No related branches found
No related tags found
No related merge requests found
......@@ -1287,6 +1287,7 @@ class OperatorCompiler(mappers.IdentityMapper):
else:
# If it's not a C-level function, it shouldn't get muddled up into
# a vector math expression.
return self.assign_to_new_var(
codegen_state,
type(expr)(
......
......@@ -40,7 +40,6 @@ from pytools.obj_array import join_fields, make_obj_array # noqa
class ExpressionBase(pymbolic.primitives.Expression):
def stringifier(self):
from grudge.symbolic.mappers import StringifyMapper
return StringifyMapper
......
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