Removed a few uses of '#ifdef SWIG', mainly from areas where they would no longer work. e.g where the code has been templatized since the #ifdef was added so we can see that the SWIG version of the code is out of date and won't build anyway.

This commit is contained in:
David Williams
2015-05-08 21:08:43 +02:00
parent 3c31643e4f
commit 09253a7bcc
7 changed files with 3 additions and 19 deletions

View File

@ -104,7 +104,7 @@ namespace PolyVox
int32_t mYPosInVolume;
int32_t mZPosInVolume;
};
#endif
#endif // SWIG
public:
/// Gets a voxel at the position given by <tt>x,y,z</tt> coordinates