Skip to content

Commit 1034232

Browse files
committed
Fix typo in code examples
Signed-off-by: Dan Bailey <[email protected]>
1 parent 48b6176 commit 1034232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/examplecode.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1345,7 +1345,7 @@ int main()
13451345
// Extract the voxel-space position of the point.
13461346
openvdb::Vec3f voxelPosition = positionHandle.get(*indexIter);
13471347

1348-
// Extract the world-space position of the voxel.
1348+
// Extract the index-space position of the voxel.
13491349
const openvdb::Vec3d xyz = indexIter.getCoord().asVec3d();
13501350

13511351
// Compute the world-space position of the point.

0 commit comments

Comments
 (0)