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
5e1fc1bf
Commit
5e1fc1bf
authored
Jul 10, 2015
by
John Tourtellott
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix indentation and restore empty line
parent
761a643e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
IO/GDAL/vtkGDALRasterReader.cxx
IO/GDAL/vtkGDALRasterReader.cxx
+2
-1
No files found.
IO/GDAL/vtkGDALRasterReader.cxx
View file @
5e1fc1bf
...
...
@@ -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
;
}
...
...
Joachim Pouderoux
@jpouderoux
mentioned in commit
f8d2a873
·
Jul 20, 2015
mentioned in commit
f8d2a873
mentioned in commit f8d2a87365f6acaee6fe226804d8809212d492a1
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