Skip to content

Commit

Permalink
Updates for changes concurrent with this branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
connormanning committed May 4, 2014
1 parent 6a4cf01 commit 00139e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions include/pdal/drivers/icebridge/Reader.hpp
Expand Up @@ -62,6 +62,7 @@ class PDAL_DLL Reader : public pdal::Reader
public:
SET_STAGE_NAME("drivers.icebridge.reader", "Icebridge Reader")
SET_STAGE_LINK("http://pdal.io/stages/drivers.icebridge.reader.html") // TODO
SET_STAGE_ENABLED(true)

Reader(const Options& options);
virtual ~Reader() { }
Expand Down
1 change: 0 additions & 1 deletion test/unit/drivers/icebridge/IcebridgeReaderTest.cpp
Expand Up @@ -113,7 +113,6 @@ BOOST_AUTO_TEST_CASE(testConstructor)

reader.initialize();

BOOST_CHECK_EQUAL(reader.getPointCountType(), pdal::PointCount_Fixed);
BOOST_CHECK_EQUAL(reader.getNumPoints(), 2);
}

Expand Down

0 comments on commit 00139e2

Please sign in to comment.