Skip to content

Commit 9c3c87c

Browse files
committed
simplify
1 parent e5549ef commit 9c3c87c

File tree

4 files changed

+2
-10
lines changed

4 files changed

+2
-10
lines changed

apps/shadowmap.cu

+2-8
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,8 @@ typedef ovr::math::vec4i vec4i;
3434

3535

3636
// to avoid crazy formatting and indentations
37-
#define NAMESPACE_BEGIN \
38-
namespace ovr \
39-
{ \
40-
namespace nnvolume \
41-
{
42-
#define NAMESPACE_END \
43-
} \
44-
}
37+
#define NAMESPACE_BEGIN namespace ovr { namespace nnvolume {
38+
#define NAMESPACE_END }}
4539

4640

4741
NAMESPACE_BEGIN

core/CMakeLists.txt

-2
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@ add_library(${target} SHARED
6565
renderer/method_pathtracing.h
6666
renderer/method_raymarching.cu
6767
renderer/method_raymarching.h
68-
renderer/method_shadowmap.cu
69-
renderer/method_shadowmap.h
7068
renderer/raytracing.h
7169
renderer/dda.h
7270

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)