Skip to content

Commit 7bb2669

Browse files
authored
Fix proj.cuh include guard (nerfstudio-project#504)
* fix include guard in proj.cuh * fix include guard in proj.cuh
1 parent 3fe10d3 commit 7bb2669

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gsplat/cuda/include/proj.cuh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef GSPLAT_CUDA_UTILS_H
2-
#define GSPLAT_CUDA_UTILS_H
1+
#ifndef GSPLAT_CUDA_PROJ_CUH
2+
#define GSPLAT_CUDA_PROJ_CUH
33

44
#include "types.cuh"
55

@@ -344,4 +344,4 @@ inline __device__ void fisheye_proj_vjp(
344344

345345
} // namespace gsplat
346346

347-
#endif // GSPLAT_CUDA_UTILS_H
347+
#endif // GSPLAT_CUDA_PROJ_CUH

0 commit comments

Comments
 (0)