diff options
author | sotech117 <michael_foiani@brown.edu> | 2023-12-08 12:36:52 -0500 |
---|---|---|
committer | sotech117 <michael_foiani@brown.edu> | 2023-12-08 12:36:52 -0500 |
commit | f52fe6b21ae625fa325af4d78704abc8b2cfa689 (patch) | |
tree | 84b460eabe8d9431bd4a63216e9e60a6a88426c7 | |
parent | af7b163040e76c5bbd64742738653531e24e77e6 (diff) |
small rename
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | src/4dvecops/vec4operations.cpp (renamed from src/4dvecops/vectoroperations.cpp) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a55919f..c0bf031 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -63,7 +63,7 @@ add_executable(${PROJECT_NAME} src/accelerate/kdtree.h src/accelerate/bvh.cpp src/accelerate/bvh.h - src/4dvecops/vectoroperations.cpp + src/4dvecops/vec4operations.cpp src/4dvecops/rotations4d.cpp ) diff --git a/src/4dvecops/vectoroperations.cpp b/src/4dvecops/vec4operations.cpp index a54b758..a54b758 100644 --- a/src/4dvecops/vectoroperations.cpp +++ b/src/4dvecops/vec4operations.cpp |