Skip to content

Commit

Permalink
Disambiguate gamma
Browse files Browse the repository at this point in the history
  • Loading branch information
martinmoene committed Sep 17, 2013
1 parent 538fa7e commit 42d27f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/Test/test_quantity.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ const lest::test units[] =
EXPECT( s( 1e-2 * furlong ) == "2.011680 m" );
EXPECT( s( 1e+3 * gallon_imperial ) == "4.546090 m+3" );
EXPECT( s( 1e+3 * gallon_us ) == "3.785412 m+3" );
EXPECT( s( 1e+9 * gamma ) == "1.000000 kg s-2 A-1" );
EXPECT( s( 1e+9 * phys::units::gamma ) == "1.000000 kg s-2 A-1" ); // gamma clashes in clang
EXPECT( s( 1e+9 * gamma_mass ) == "1.000000 kg" );
EXPECT( s( 1e+4 * gauss ) == "1.000000 kg s-2 A-1" );
EXPECT( s( 1e+1 * gilbert ) == "7.957747 A" );
Expand Down

0 comments on commit 42d27f4

Please sign in to comment.