提交 deb91f2d authored 作者: Frederic Bastien's avatar Frederic Bastien

fix printing in debug mode.

上级 26a57815
......@@ -1303,7 +1303,7 @@ class _Maker(FunctionMaker): #inheritance buys a few helper functions
print >> infolog, 'trailing event in optimization', i, ':', j
print >> infolog, ' ', str(li[j])
elif li[j] != l0[j]:
print 'non-equal optimization events', i, ':', j
print >>infolog, 'non-equal optimization events', i, ':', j
print >>infolog, ' ', str(l0[j])
print >>infolog, ' ', str(li[j])
#print >> infolog, "* ", j,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论