diff options
Diffstat (limited to 'src/rotate.h')
-rw-r--r-- | src/rotate.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rotate.h b/src/rotate.h index 52d6d6a..fec76a8 100644 --- a/src/rotate.h +++ b/src/rotate.h @@ -2,7 +2,6 @@ #define __ROTATE_H__ __device__ const Matrix IDENTITY_MATRIX = {1,0,0,0,1,0,0,0,1}; -__device__ const Matrix ZERO_MATRIX = {0,0,0,0,0,0,0,0,0}; __device__ __host__ Matrix make_rotation_matrix(float phi, const float3 &n) { |