Skip to content
Snippets Groups Projects
Commit 5e1fc1bf authored by John Tourtellott's avatar John Tourtellott
Browse files

Fix indentation and restore empty line

parent 761a643e
No related branches found
No related tags found
No related merge requests found
......@@ -763,7 +763,7 @@ int vtkGDALRasterReader::RequestData(vtkInformation* vtkNotUsed(request),
if (!success)
{
noDataValue = vtkMath::Nan();
}
}
noDataArray->SetValue(i, noDataValue);
}
this->Implementation->UniformGridData->GetFieldData()->AddArray(
......@@ -910,6 +910,7 @@ int vtkGDALRasterReader::RequestInformation(vtkInformation * vtkNotUsed(request)
outInfo->Set(vtkDataObject::ORIGIN(), this->DataOrigin, 3);
outInfo->Set(vtkGDAL::MAP_PROJECTION(),
this->Implementation->GDALData->GetProjectionRef());
return 1;
}
......
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