[arrayfire] 202/408: style fixes in graphics examples
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Mon Sep 21 19:11:57 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 6efd999bd74ea43f98bb3ef6e3485b386832243a
Author: pradeep <pradeep at arrayfire.com>
Date: Thu Aug 6 16:10:47 2015 -0400
style fixes in graphics examples
---
examples/graphics/histogram.cpp | 2 +-
examples/image_processing/image_editing.cpp | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/examples/graphics/histogram.cpp b/examples/graphics/histogram.cpp
index bdb9a35..9c7b88f 100644
--- a/examples/graphics/histogram.cpp
+++ b/examples/graphics/histogram.cpp
@@ -19,7 +19,7 @@ int main(int argc, char *argv[])
// Initialize the kernel array just once
af::info();
af::Window myWindow(512, 512, "Histogram example using ArrayFire");
- af::Window imgWnd("Input Image");
+ af::Window imgWnd(480, 640, "Input Image");
array img = loadImage(ASSETS_DIR"/examples/images/arrow.jpg", false);
array hist_out = histogram(img, 256, 0, 255);
diff --git a/examples/image_processing/image_editing.cpp b/examples/image_processing/image_editing.cpp
index d07a986..85b2f73 100644
--- a/examples/image_processing/image_editing.cpp
+++ b/examples/image_processing/image_editing.cpp
@@ -144,4 +144,4 @@ int main(int argc, char **argv)
}
#endif
return 0;
-}
\ No newline at end of file
+}
--
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