[clfft] 09/16: commit from tdd11235813-ExamplesDimIndexFix after resolving conflict

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Sep 1 07:42:41 UTC 2016


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

ghisvail-guest pushed a commit to branch master
in repository clfft.

commit d4537bef2f38a1a0bab72a85f8ddb68dedd720d8
Merge: af2fb90 521eea0
Author: bragadeesh <bragadeesh.natarajan at amd>
Date:   Tue Aug 9 14:26:06 2016 -0700

    commit from tdd11235813-ExamplesDimIndexFix after resolving conflict

 src/examples/fft2d.c | 5 +++--
 src/examples/fft3d.c | 4 ++--
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --cc src/examples/fft2d.c
index 2ecb119,b8172a4..d4d39a4
--- a/src/examples/fft2d.c
+++ b/src/examples/fft2d.c
@@@ -74,8 -74,8 +74,9 @@@ int main( void 
  
      /* print input array just using the
       * indices to fill the array with data */
 -    printf("\nPerforming fft on an two dimensional array of size N0 x N1 : %u x %u\n", (unsigned long)N0, (unsigned long)N1);
 -    size_t i, j;
 +    printf("\nPerforming fft on an two dimensional array of size N0 x N1 : %lu x %lu\n", (unsigned long)N0, (unsigned long)N1);
 +	size_t i, j;
++
      i = j = 0;
      for (i=0; i<N0; ++i) {
          for (j=0; j<N1; ++j) {

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



More information about the debian-science-commits mailing list