Fixed incorrect header include guards in tests.

This commit is contained in:
David Williams 2011-07-17 00:50:02 +01:00
parent c7fa6552ae
commit cb0afb17f9
4 changed files with 6 additions and 15 deletions

View File

@ -100,15 +100,6 @@ namespace PolyVox
sy += m_regSrc.getLowerCorner().getY();
sz += m_regSrc.getLowerCorner().getZ();
/*VoxelType voxel000 = m_pVolSrc->getVoxelAt(sx+0,sy+0,sz+0);
VoxelType voxel001 = m_pVolSrc->getVoxelAt(sx+0,sy+0,sz+1);
VoxelType voxel010 = m_pVolSrc->getVoxelAt(sx+0,sy+1,sz+0);
VoxelType voxel011 = m_pVolSrc->getVoxelAt(sx+0,sy+1,sz+1);
VoxelType voxel100 = m_pVolSrc->getVoxelAt(sx+1,sy+0,sz+0);
VoxelType voxel101 = m_pVolSrc->getVoxelAt(sx+1,sy+0,sz+1);
VoxelType voxel110 = m_pVolSrc->getVoxelAt(sx+1,sy+1,sz+0);
VoxelType voxel111 = m_pVolSrc->getVoxelAt(sx+1,sy+1,sz+1);*/
sampler.setPosition(sx,sy,sz);
VoxelType voxel000 = sampler.peekVoxel0px0py0pz();
VoxelType voxel001 = sampler.peekVoxel0px0py1pz();

View File

@ -21,8 +21,8 @@ freely, subject to the following restrictions:
distribution.
*******************************************************************************/
#ifndef __PolyVox_TestVolume_H__
#define __PolyVox_TestVolume_H__
#ifndef __PolyVox_TestAStarPathfinder_H__
#define __PolyVox_TestAStarPathfinder_H__
#include <QObject>

View File

@ -21,8 +21,8 @@ freely, subject to the following restrictions:
distribution.
*******************************************************************************/
#ifndef __PolyVox_TestVolume_H__
#define __PolyVox_TestVolume_H__
#ifndef __PolyVox_TestAmbientOcclusionGenerator_H__
#define __PolyVox_TestAmbientOcclusionGenerator_H__
#include <QObject>

View File

@ -21,8 +21,8 @@ freely, subject to the following restrictions:
distribution.
*******************************************************************************/
#ifndef __PolyVox_TestVolume_H__
#define __PolyVox_TestVolume_H__
#ifndef __PolyVox_TestArray_H__
#define __PolyVox_TestArray_H__
#include <QObject>