[arrayfire] 207/408: Fixing issue in documentation
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Mon Sep 21 19:11:59 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 d65d048b20c890dabd4bbf16044ad1b56fe8526c
Author: Pavan Yalamanchili <pavan at arrayfire.com>
Date: Fri Aug 7 10:52:04 2015 -0400
Fixing issue in documentation
---
include/af/signal.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/af/signal.h b/include/af/signal.h
index 8fda624..556a4eb 100644
--- a/include/af/signal.h
+++ b/include/af/signal.h
@@ -371,7 +371,7 @@ AFAPI array idft(const array& in, const dim4 outDims);
AFAPI array idft(const array& in);
/**
- C Interface for real to complex fast fourier transform for one dimensional signals
+ C++ Interface for real to complex fast fourier transform for one dimensional signals
\param[in] in is a real array
\param[in] dims is the requested padded dimensions before the transform is applied
@@ -388,7 +388,7 @@ array fftR2C(const array &in,
const double norm_factor = 0);
/**
- C Interface for real to complex fast fourier transform for one dimensional signals
+ C++ Interface for real to complex fast fourier transform for one dimensional signals
\param[in] in is a real array
\param[in] norm_factor is the normalization factor with which the input is scaled before the transformation is applied
--
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