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
iwr
dune-gmsh4
Commits
b5cc8363
Commit
b5cc8363
authored
Sep 21, 2020
by
Praetorius, Simon
Browse files
finish cleanup
parent
30578ed9
Pipeline
#4836
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
dune/gmsh4/gmsh4reader.impl.hh
View file @
b5cc8363
...
...
@@ -390,10 +390,10 @@ void Gmsh4Reader<G,C,S>::readMeshFormat (std::ifstream& input, double& version,
std
::
getline
(
input
,
line
);
std
::
istringstream
stream
(
line
);
stream
>>
version
>>
file_type
>>
data_size
;
if
(
file_type
!=
0
)
{
if
(
file_type
!=
0
)
{
int
one
;
input
.
read
(
reinterpret_cast
<
char
*>
(
&
one
),
sizeof
(
int
));
if
(
one
!=
1
)
swap
=
true
;
if
(
one
!=
1
)
swap
=
true
;
std
::
getline
(
input
,
line
);
}
}
...
...
Write
Preview
Supports
Markdown
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