mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 12:55:31 +08:00
fixed mistakenly big epsilons
This commit is contained in:
@@ -612,7 +612,7 @@ public:
|
|||||||
*/
|
*/
|
||||||
static const CPressureUnit &bar()
|
static const CPressureUnit &bar()
|
||||||
{
|
{
|
||||||
static CPressureUnit bar(QT_TRANSLATE_NOOP("CMeasurementUnit", "bar"), "bar", 1000, 1, 1E5);
|
static CPressureUnit bar(QT_TRANSLATE_NOOP("CMeasurementUnit", "bar"), "bar", 1000, 1);
|
||||||
return bar;
|
return bar;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -622,7 +622,7 @@ public:
|
|||||||
*/
|
*/
|
||||||
static const CPressureUnit &mbar()
|
static const CPressureUnit &mbar()
|
||||||
{
|
{
|
||||||
static CPressureUnit bar(CMeasurementPrefix::m(), bar(), 1, 1E2);
|
static CPressureUnit bar(CMeasurementPrefix::m(), bar(), 1);
|
||||||
return bar;
|
return bar;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user