Skip to content

Commit

Permalink
Umbenennung von math.hpp in quantity_math.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfehrs committed Sep 22, 2024
1 parent 30cd19e commit 7cea619
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef __ZOLLSTOCK_MATH_HPP__
#define __ZOLLSTOCK_MATH_HPP__
#ifndef __ZOLLSTOCK_QUANTITY_MATH_HPP__
#define __ZOLLSTOCK_QUANTITY_MATH_HPP__


#include <zollstock/angle_units.hpp>
Expand Down Expand Up @@ -71,4 +71,4 @@ namespace zollstock
}


#endif //__ZOLLSTOCK_MATH_HPP__
#endif //__ZOLLSTOCK_QUANTITY_MATH_HPP__
2 changes: 1 addition & 1 deletion tests/sources/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ target_sources(tests PRIVATE acceleration_unit_constant_tests.cpp)
target_sources(tests PRIVATE angular_velocity_unit_constant_tests.cpp)
target_sources(tests PRIVATE quantity_construction_tests.cpp)
target_sources(tests PRIVATE quantity_tests.cpp)
target_sources(tests PRIVATE math_tests.cpp)
target_sources(tests PRIVATE quantity_math_tests.cpp)
target_sources(tests PRIVATE quantity_limits_tests.cpp)

add_subdirectory(header_tests)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define ZOLLSTOCK_QUANTITY_PUBLIC_MEMBERS
#include <zollstock/math.hpp>
#include <zollstock/quantity_math.hpp>

#include <catch2/catch_all.hpp>

Expand Down

0 comments on commit 7cea619

Please sign in to comment.