提交 8159833f authored 作者: Frederic Bastien's avatar Frederic Bastien

remove an old fix for the previous commit that don't fix all case.

上级 3a5e8260
......@@ -1710,8 +1710,6 @@ class Composite(ScalarOp):
[subd[output] for output in node.outputs],
dict(fail = "%(fail)s",
id = "%%(id)s_%i" % j))
if any([isinstance(x.op,Mod) for x in env.toposort()]):
s = s.replace('% ','%% ')
_c_code += s
_c_code += "\n"
_c_code += "}\n"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论