Skip to content

Commit

Permalink
Fix typo in name of ZVelocity dimension
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Dec 8, 2014
1 parent dfdc277 commit 1e95f81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/pdal/Dimension.hpp
Expand Up @@ -533,7 +533,7 @@ inline std::string name(Id::Enum id)
case Id::YVelocity:
return "YVelocity";
case Id::ZVelocity:
return "YVelocity";
return "ZVelocity";
case Id::PlatformHeading:
return "PlatformHeading";
case Id::WanderAngle:
Expand Down

0 comments on commit 1e95f81

Please sign in to comment.