Skip to content

Commit

Permalink
Initialize BpfDimension.
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed Feb 26, 2015
1 parent 1873695 commit 564950a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/pdal/drivers/bpf/BpfHeader.hpp
Expand Up @@ -116,6 +116,9 @@ struct BpfDimension
std::string m_label;
Dimension *m_dim;

BpfDimension() : m_offset(0.0), m_min(0.0), m_max(0.0), m_dim(NULL)
{}

static bool read(ILeStream& stream, std::vector<BpfDimension>& dims,
size_t start);
static bool write(OLeStream& stream, std::vector<BpfDimension>& dims);
Expand Down

0 comments on commit 564950a

Please sign in to comment.