Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Aland, Sebastian
amdis
Commits
557e4746
Commit
557e4746
authored
Jan 05, 2016
by
Naumann, Andreas
Browse files
no need for empty line anymore
parent
99219a6a
Changes
1
Hide whitespace changes
Inline
Side-by-side
AMDiS/src/Initfile.cc
View file @
557e4746
...
...
@@ -88,7 +88,7 @@ namespace AMDiS {
//const unsigned line_length = 512;
std
::
string
swap
;
std
::
getline
(
in
,
swap
);
while
(
in
.
good
()
||
in
.
gcount
()
>
0
)
{
while
(
in
.
good
()
||
swap
.
size
()
>
0
)
{
std
::
string
whitespaces
=
"
\t\r\f\n
"
;
std
::
string
delimiter
=
"
\r\n
"
;
std
::
string
sw
(
swap
);
...
...
@@ -147,6 +147,7 @@ namespace AMDiS {
read
(
fn
,
forceRead
);
}
swap
.
clear
();
getline
(
in
,
swap
);
}
}
...
...
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