[ismrmrd] 88/281: Missing read speed test from Michael

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Jan 14 20:01:00 UTC 2015


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

ghisvail-guest pushed a commit to annotated tag ismrmrd0.5
in repository ismrmrd.

commit d812d5d86ec354f95d8d491efda884a2cc27f1da
Author: kvahed <kaveh at vahedipour.de>
Date:   Tue Jan 29 17:20:22 2013 +0100

    Missing read speed test from Michael
---
 tests/c++/t_image.cpp | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/tests/c++/t_image.cpp b/tests/c++/t_image.cpp
index 67f7ab2..b4041b4 100644
--- a/tests/c++/t_image.cpp
+++ b/tests/c++/t_image.cpp
@@ -9,8 +9,11 @@ int main (int args, char** argv) {
     using namespace ISMRMRD;
     
     std::vector <unsigned> dims;
-    dims.push_back (32);
+    dims.push_back (32); 
     dims.push_back (64);
+    dims.push_back (1);
+    dims.push_back (16); // channels
+    
     
     Image<std::complex<float> > img_s (dims);
 

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



More information about the debian-science-commits mailing list