[arrayfire] 25/248: Wrapper work around for af_make_seq function in hapi

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Nov 17 15:53:50 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch dfsg-clean
in repository arrayfire.

commit 7463601b4b06daf19c6c7dc1cbb280f78ea7ea5d
Author: pradeep <pradeep at arrayfire.com>
Date:   Mon Aug 31 15:31:00 2015 -0400

    Wrapper work around for af_make_seq function in hapi
---
 src/api/hapi/seq.cpp | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/src/api/hapi/seq.cpp b/src/api/hapi/seq.cpp
new file mode 100644
index 0000000..c839a48
--- /dev/null
+++ b/src/api/hapi/seq.cpp
@@ -0,0 +1,16 @@
+/*******************************************************
+ * Copyright (c) 2014, ArrayFire
+ * All rights reserved.
+ *
+ * This file is distributed under 3-clause BSD license.
+ * The complete license agreement can be obtained at:
+ * http://arrayfire.com/licenses/BSD-3-Clause
+ ********************************************************/
+
+#include <af/seq.h>
+
+af_seq af_make_seq(double begin, double end, double step) {
+    af_seq seq = {begin, end, step};
+    return seq;
+}
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/arrayfire.git



More information about the debian-science-commits mailing list