Skip to content

Commit

Permalink
re-enable 'pdal density' now that hexbin is embedded in PDAL (#2284)
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Nov 26, 2018
1 parent ff1a9b9 commit b53611d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernels/DensityKernel.cpp
Expand Up @@ -49,7 +49,7 @@ static PluginInfo const s_info
"http://pdal.io/apps/density.html"
};

CREATE_SHARED_KERNEL(DensityKernel, s_info)
CREATE_STATIC_KERNEL(DensityKernel, s_info)

std::string DensityKernel::getName() const { return s_info.name; }

Expand Down

0 comments on commit b53611d

Please sign in to comment.