quantities must be expressed in units m,g,s for MKS and internal scheme

This commit is contained in:
wmayer
2017-06-18 23:43:42 +02:00
parent d6b62293a0
commit c8084ac5c5
2 changed files with 4 additions and 4 deletions

View File

@@ -164,8 +164,8 @@ QString UnitsSchemaInternal::schemaTranslate(const Quantity &quant, double &fact
factor = 1.0;
}
else if (unit == Unit::Velocity) {
unitString = QString::fromLatin1("mm/min");
factor = 1.0/60;
unitString = QString::fromLatin1("mm/s");
factor = 1.0;
}
else {
// default action for all cases without special treatment: