Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Kirill Terekhov
INMOST
Commits
aae43be4
Commit
aae43be4
authored
Jun 19, 2015
by
Kirill Terekhov
Browse files
Fix
Fix a problem in internal file format reading with MPI introduced in previous commit.
parent
e347bbcb
Changes
1
Hide whitespace changes
Inline
Side-by-side
mesh_file.cpp
View file @
aae43be4
...
...
@@ -2982,7 +2982,7 @@ read_elem_num_link:
if
(
static_cast
<
HeaderType
>
(
buffer
[
0
])
!=
INMOST
::
INMOSTFile
)
throw
BadFile
;
header
<<
&
buffer
[
1
];
header
.
write
(
&
buffer
[
1
]
,
2
)
;
uconv
.
read_iByteOrder
(
header
);
uconv
.
read_iByteSize
(
header
);
...
...
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