Skip to content

Commit

Permalink
removed some debug code.
Browse files Browse the repository at this point in the history
  • Loading branch information
nholthaus committed Feb 23, 2017
1 parent 6fd4e00 commit ff94725
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion include/units.h
Original file line number Diff line number Diff line change
Expand Up @@ -4554,7 +4554,6 @@ namespace units
}

} // end namespace math
UNIT_ADD(length, square_meters_per_second, square_meters_per_second, m2ps, unit < std::ratio<1>, compound_unit<area::square_meters, inverse<time::second>>>);

} // end namespace units

Expand Down
1 change: 1 addition & 0 deletions unitTests/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2914,6 +2914,7 @@ TEST_F(Constexpr, stdArray)
{
constexpr std::array<meter_t, 5> arr = { 0_m, 1_m, 2_m, 3_m, 4_m };
constexpr bool equal = (arr[3] == 3_m);
EXPECT_TRUE(equal);
}

#endif
Expand Down

0 comments on commit ff94725

Please sign in to comment.