Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
VTK
VTK
Commits
d9555377
Commit
d9555377
authored
Jul 18, 2015
by
Utkarsh Ayachit
⛰
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo in call to superclass method.
Copy/paste error!
parent
07869098
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
IO/MPIParallel/vtkMPIMultiBlockPLOT3DReader.cxx
IO/MPIParallel/vtkMPIMultiBlockPLOT3DReader.cxx
+1
-1
No files found.
IO/MPIParallel/vtkMPIMultiBlockPLOT3DReader.cxx
View file @
d9555377
...
...
@@ -266,7 +266,7 @@ int vtkMPIMultiBlockPLOT3DReader::ReadIntScalar(
{
if
(
!
this
->
CanUseMPIIO
())
{
return
this
->
Superclass
::
ReadScalar
(
vfp
,
extent
,
wextent
,
scalar
,
offset
);
return
this
->
Superclass
::
Read
Int
Scalar
(
vfp
,
extent
,
wextent
,
scalar
,
offset
);
}
return
this
->
ReadScalar
(
vfp
,
extent
,
wextent
,
scalar
,
offset
);
...
...
Berk Geveci
@berkgeveci
mentioned in commit
bfd1cedd
·
Jul 19, 2015
mentioned in commit
bfd1cedd
mentioned in commit bfd1ceddf414fac5b652d7187b76e49513733ca9
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