[arrayfire] 246/408: Added AF_ERR_NONFREE to defines.h

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Mon Sep 21 19:12:07 UTC 2015


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

ghisvail-guest pushed a commit to branch debian/sid
in repository arrayfire.

commit 48e909a4748d9bf85c094e8587ce3a9b6926bfa4
Author: Peter Andreas Entschev <peter at arrayfire.com>
Date:   Thu Aug 13 10:31:59 2015 -0400

    Added AF_ERR_NONFREE to defines.h
---
 include/af/defines.h | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/include/af/defines.h b/include/af/defines.h
index 28f7c96..7c51057 100644
--- a/include/af/defines.h
+++ b/include/af/defines.h
@@ -122,6 +122,12 @@ typedef enum {
     /// This build of ArrayFire does not support this feature
     ///
     AF_ERR_NOT_CONFIGURED = 302,
+
+    ///
+    /// This build of ArrayFire is not compiled with "nonfree" algorithms
+    ///
+    AFF_ERR_NONFREE       = 303,
+
     // 400-499 Errors for missing hardware features
 
     ///

-- 
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