提交 527466c6 authored 作者: Frederic Bastien's avatar Frederic Bastien

Added comment and coding style directive.

上级 cb89010f
......@@ -79,6 +79,7 @@ struct CudaNdarray
/*
* Return a CudaNdarray whose 'nd' dimensions are all 0.
* if nd==-1, it is not initialized.
*/
PyObject *
CudaNdarray_New(int nd=-1);
......@@ -550,3 +551,14 @@ void fprint_CudaNdarray(FILE * fd, const CudaNdarray *self)
}
#endif
/*
Local Variables:
mode:c++
c-basic-offset:4
c-file-style:"stroustrup"
c-file-offsets:((innamespace . 0)(inline-open . 0))
indent-tabs-mode:nil
fill-column:79
End:
*/
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=79 :
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论