Skip to content

Commit

Permalink
respond to comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Jun 25, 2021
1 parent f5cfb4b commit 46ed39e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion io/GDALReader.hpp
Expand Up @@ -70,7 +70,7 @@ class PDAL_DLL GDALReader : public Reader , public Streamable
std::unique_ptr<gdal::Raster> m_raster;
std::vector<Dimension::Type> m_bandTypes;
std::vector<Dimension::Id> m_bandIds;
std::vector<std::string> m_GDAL_metadata;
pdal::StringList m_GDAL_metadata;
std::string m_header;
int m_width;
int m_height;
Expand Down
2 changes: 0 additions & 2 deletions io/GDALWriter.cpp
Expand Up @@ -167,8 +167,6 @@ void GDALWriter::initialize()
// set later in writeView.
m_expandByPoint = !m_fixedGrid;



}


Expand Down

0 comments on commit 46ed39e

Please sign in to comment.