Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
OPAL
src
Commits
7124bc95
Commit
7124bc95
authored
Feb 18, 2020
by
kraus
Browse files
Add comment to constructor of SDDSColumn.
parent
006d3949
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/Structure/SDDSColumn.cpp
src/Structure/SDDSColumn.cpp
+1
-0
No files found.
src/Structure/SDDSColumn.cpp
View file @
7124bc95
...
...
@@ -25,6 +25,7 @@ SDDSColumn::SDDSColumn(const std::string& name,
std
::
ios_base
::
left
,
std
::
ios_base
::
right
});
// This code ensures that for each group of flags only one flag is given
for
(
std
::
ios_base
::
fmtflags
flag
:
numericalBase
)
{
if
(
writeFlags_m
&
flag
)
{
writeFlags_m
=
(
flag
|
(
writeFlags_m
&
~
std
::
ios_base
::
basefield
));
...
...
kraus
@kraus
mentioned in commit
07a0788e
·
Feb 18, 2020
mentioned in commit
07a0788e
mentioned in commit 07a0788ed7436385df85cfc94fab142159e6b500
Toggle commit list
kraus
@kraus
mentioned in merge request
!285 (merged)
·
Feb 18, 2020
mentioned in merge request
!285 (merged)
mentioned in merge request !285
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment