Skip to content

Commit

Permalink
ray4: rename r4_vec.cpp to r4_vector.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
hollasch committed Oct 25, 2024
1 parent e7da3a5 commit db4d24c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ray4/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ set ( sources_ray4
src/r4_main.cpp
src/r4_parse.cpp
src/r4_trace.cpp
src/r4_vec.cpp
src/r4_vector.cpp
)

if (CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
Expand Down
2 changes: 1 addition & 1 deletion ray4/src/r4_vec.cpp → ray4/src/r4_vector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
//**************************************************************************************************

//==================================================================================================
// r4_vec.cpp
// r4_vector.cpp
//
// This file contains utility routines for 4D vector operations. See the header in r4_main.c for
// more information on Ray4.
Expand Down

0 comments on commit db4d24c

Please sign in to comment.