Skip to content

Commit f61eb48

Browse files
committed
Remove duplicate dimension.
1 parent bd5bdda commit f61eb48

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

untwine/Common.hpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -112,15 +112,14 @@ inline bool isExtraDim(const std::string& name)
112112
using namespace pdal;
113113
using D = Dimension::Id;
114114

115-
static const std::array<Dimension::Id, 16> lasDims
115+
static const std::array<Dimension::Id, 15> lasDims
116116
{
117117
D::X,
118118
D::Y,
119119
D::Z,
120120
D::Intensity,
121121
D::ReturnNumber,
122122
D::NumberOfReturns,
123-
D::ReturnNumber,
124123
D::Classification,
125124
D::UserData,
126125
D::ScanAngleRank,

0 commit comments

Comments
 (0)