[ismrmrd] 113/281: Formatting
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Wed Jan 14 20:01:03 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 391179bf5981507035fe5beabaf02c3868607e2a
Author: Michael S. Hansen <michael.hansen at nih.gov>
Date: Tue Mar 26 06:13:46 2013 -0400
Formatting
---
ismrmrd.h | 30 +++++++++++++++---------------
1 file changed, 15 insertions(+), 15 deletions(-)
diff --git a/ismrmrd.h b/ismrmrd.h
index 137795a..165dac8 100644
--- a/ismrmrd.h
+++ b/ismrmrd.h
@@ -56,21 +56,21 @@ namespace ISMRMRD
class FlagBit
{
public:
- FlagBit(unsigned short b)
- : bitmask_(0)
- {
- if (b > 0) {
- bitmask_ = 1;
- bitmask_ = (bitmask_ << (b-1));
- }
- }
-
- bool isSet(const uint64_t& m) const {
- return ((m & bitmask_)>0);
- }
-
- uint64_t bitmask_;
-
+ FlagBit(unsigned short b)
+ : bitmask_(0)
+ {
+ if (b > 0) {
+ bitmask_ = 1;
+ bitmask_ = (bitmask_ << (b-1));
+ }
+ }
+
+ bool isSet(const uint64_t& m) const {
+ return ((m & bitmask_)>0);
+ }
+
+ uint64_t bitmask_;
+
};
#endif //__cplusplus
--
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