Skip to content

Commit

Permalink
Use pressure as quantity name
Browse files Browse the repository at this point in the history
  • Loading branch information
adeas31 committed Apr 12, 2016
1 parent 9c0d484 commit cc7a3c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/runtime/unitparser.cpp
Expand Up @@ -1127,7 +1127,7 @@ void UnitParser::initSIUnits() {
addDerived("power, radiant flux", "milliwatt", "mW", "J/s", Rational(0), Rational(1, 1000), Rational(0), true);
addDerived("power, radiant flux", "megawatt", "MA", "J/s", Rational(0), Rational(1000000), Rational(0), true);

addDerived("gauge pressure", "bar", "bar", "Pa", Rational(0), Rational(100000), Rational(0), true);
addDerived("pressure", "bar", "bar", "Pa", Rational(0), Rational(100000), Rational(0), true);

commit();
}
Expand Down

0 comments on commit cc7a3c9

Please sign in to comment.