Fix some docs with incorrect or missing variable names

This commit is contained in:
Matt Williams
2012-10-30 10:18:09 +00:00
parent c261124775
commit 8f4b422ece
4 changed files with 9 additions and 9 deletions

View File

@ -26,6 +26,7 @@ namespace PolyVox
////////////////////////////////////////////////////////////////////////////////
/// This constructor creates a volume with a fixed size which is specified as a parameter.
/// \param regValid Specifies the minimum and maximum valid voxel positions.
/// \param uBlockSideLength The size of the block to use within the volume
////////////////////////////////////////////////////////////////////////////////
template <typename VoxelType>
SimpleVolume<VoxelType>::SimpleVolume