Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
amdis
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Aland, Sebastian
amdis
Commits
a0eda17f
Commit
a0eda17f
authored
9 years ago
by
Naumann, Andreas
Browse files
Options
Downloads
Patches
Plain Diff
kommentare weg
parent
4e3f0a36
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
AMDiS/src/Initfile.cc
+1
-4
1 addition, 4 deletions
AMDiS/src/Initfile.cc
with
1 addition
and
4 deletions
AMDiS/src/Initfile.cc
+
1
−
4
View file @
a0eda17f
...
...
@@ -85,11 +85,9 @@ namespace AMDiS {
/// Fill an initfile from an input stream
void
Initfile
::
read
(
istream
&
in
)
{
const
unsigned
line_length
=
512
;
//char swap[line_length];
//const unsigned line_length = 512;
std
::
string
swap
;
std
::
getline
(
in
,
swap
);
//in.getline(swap, line_length);
while
(
in
.
good
()
||
in
.
gcount
()
>
0
)
{
std
::
string
whitespaces
=
"
\t\r\f\n
"
;
std
::
string
delimiter
=
"
\r\n
"
;
...
...
@@ -149,7 +147,6 @@ namespace AMDiS {
read
(
fn
,
forceRead
);
}
//in.getline(swap, line_length);
getline
(
in
,
swap
);
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment