[arrayfire] 75/248: Add typedef for ushort in tests

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Nov 17 15:54:05 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 4286b8660ca34732ba6a8943dbe19bc0cb96417c
Author: Shehzan Mohammed <shehzan at arrayfire.com>
Date:   Wed Sep 23 10:52:41 2015 -0400

    Add typedef for ushort in tests
---
 test/testHelpers.hpp | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/test/testHelpers.hpp b/test/testHelpers.hpp
index ac7bfb0..e982e90 100644
--- a/test/testHelpers.hpp
+++ b/test/testHelpers.hpp
@@ -17,8 +17,9 @@
 #include <af/dim4.hpp>
 #include <af/array.h>
 
-typedef unsigned char uchar;
-typedef unsigned int uint;
+typedef unsigned char  uchar;
+typedef unsigned int   uint;
+typedef unsigned short ushort;
 
 template<typename inType, typename outType, typename FileElementType>
 void readTests(const std::string &FileName, std::vector<af::dim4> &inputDims,

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