Skip to content
Snippets Groups Projects
Commit d9555377 authored by Utkarsh Ayachit's avatar Utkarsh Ayachit
Browse files

Fix typo in call to superclass method.

Copy/paste error!
parent 07869098
No related branches found
No related tags found
No related merge requests found
......@@ -266,7 +266,7 @@ int vtkMPIMultiBlockPLOT3DReader::ReadIntScalar(
{
if (!this->CanUseMPIIO())
{
return this->Superclass::ReadScalar(vfp, extent, wextent, scalar, offset);
return this->Superclass::ReadIntScalar(vfp, extent, wextent, scalar, offset);
}
return this->ReadScalar(vfp, extent, wextent, scalar, offset);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment