提交 99cca869 authored 作者: Frederic's avatar Frederic

Fix indent (not wrong code) and better comment following code review.

上级 ba38ab4b
...@@ -116,8 +116,9 @@ def make_checks(loop_orders, dtypes, sub): ...@@ -116,8 +116,9 @@ def make_checks(loop_orders, dtypes, sub):
def make_alloc(loop_orders, dtype, sub, fortran='0'): def make_alloc(loop_orders, dtype, sub, fortran='0'):
"""Generate C code to allocate outputs. """Generate C code to allocate outputs.
:param fortran: if non-zero, will create a ndarray in fortran :param fortran: a string included in the generated code. If it
order. evaludate to non-zero, an ndarray in fortran order will be
created, otherwise it will be c order.
""" """
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论