[ismrmrd] 178/281: Fixed bug is matlab api, acquisition flagbit.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Jan 14 20:01:11 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 3e3bf4868285d467f72fcf3fe3019f670497bb8d
Author: Souheil Inati <souheil.inati at nih.gov>
Date:   Thu Aug 29 13:22:33 2013 -0400

    Fixed bug is matlab api, acquisition flagbit.
---
 matlab/+ismrmrd/FlagBit.m | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/matlab/+ismrmrd/FlagBit.m b/matlab/+ismrmrd/FlagBit.m
index 6008c16..a3482f2 100644
--- a/matlab/+ismrmrd/FlagBit.m
+++ b/matlab/+ismrmrd/FlagBit.m
@@ -9,7 +9,7 @@ classdef FlagBit
             if ~(b>0)
                 error('b must be positive');
             else
-                obj.bitmask = bitshift(uint16(1),(b-1));
+                obj.bitmask = bitshift(uint64(1),(b-1));
             end
         end % FlagBit
     end
@@ -29,4 +29,4 @@ classdef FlagBit
         end % isSet
     end
     
-end % classdef
\ No newline at end of file
+end % classdef

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