[ismrmrd] 219/281: Fixed the numbering on the AcquisitionFlags

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Jan 14 20:01:17 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 fa078a696fd1454eb2c1339b3ba4916bb39ae8d0
Author: Souheil Inati <souheil.inati at nih.gov>
Date:   Thu Apr 3 09:53:31 2014 -0400

    Fixed the numbering on the AcquisitionFlags
---
 ismrmrd.h | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/ismrmrd.h b/ismrmrd.h
index 9b3d031..40b7c24 100644
--- a/ismrmrd.h
+++ b/ismrmrd.h
@@ -95,18 +95,17 @@ enum AcquisitionFlags {
     ACQ_LAST_IN_SET                             = 16,
     ACQ_FIRST_IN_SEGMENT                        = 17,
     ACQ_LAST_IN_SEGMENT                         = 18,
-
-    ACQ_LAST_IN_MEASUREMENT                     = 25,
-
     ACQ_IS_NOISE_MEASUREMENT                    = 19,
     ACQ_IS_PARALLEL_CALIBRATION                 = 20,
     ACQ_IS_PARALLEL_CALIBRATION_AND_IMAGING     = 21,
     ACQ_IS_REVERSE                              = 22,
     ACQ_IS_NAVIGATION_DATA                      = 23,
     ACQ_IS_PHASECORR_DATA                       = 24,
-    ACQ_IS_RTFEEDBACK_DATA                      = 25,
+
+    ACQ_LAST_IN_MEASUREMENT                     = 25,
     ACQ_IS_HPFEEDBACK_DATA                      = 26,
     ACQ_IS_DUMMYSCAN_DATA                       = 27,
+    ACQ_IS_RTFEEDBACK_DATA                      = 28,
 
     ACQ_USER1                                   = 57,
     ACQ_USER2                                   = 58,

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