[arrayfire] 15/84: Update number of iterations in black scholes example

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Mon Jan 4 23:22:16 UTC 2016


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

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

commit b21a838d7d276d2427a2f117a4c39c8b69740330
Author: Pavan Yalamanchili <pavan at arrayfire.com>
Date:   Wed Dec 9 20:40:52 2015 -0500

    Update number of iterations in black scholes example
---
 examples/financial/black_scholes_options.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/financial/black_scholes_options.cpp b/examples/financial/black_scholes_options.cpp
index 03cceb8..6ef98d3 100644
--- a/examples/financial/black_scholes_options.cpp
+++ b/examples/financial/black_scholes_options.cpp
@@ -82,7 +82,7 @@ int main(int argc, char **argv)
         af::sync();
 
 
-        int iter = 5;
+        int iter = 100;
         for (int n = 50; n <= 500; n += 50) {
 
             // Create GPU copies of the data

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