Skip to content

Commit

Permalink
Fix error test case left in main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Aang099 committed Jun 28, 2024
1 parent 509795b commit ecfd744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ void initialize() {
2_rpm2 -= a.getOrientation();
to_cDeg(Quantity<std::ratio<0>, std::ratio<0>, std::ratio<0>, std::ratio<0>, std::ratio<1>, std::ratio<0>,
std::ratio<0>, std::ratio<0>>(5.0) -
a.theta() + 5_in);
a.theta() + 5_cDeg);
Quantity<std::ratio<0>, std::ratio<0>, std::ratio<1>, std::ratio<0>, std::ratio<1>, std::ratio<0>, std::ratio<0>,
std::ratio<0>>
c = Multiplied<Angle, Time>();
Expand Down

0 comments on commit ecfd744

Please sign in to comment.