desruisseaux commented on a change in pull request #26:
URL: https://github.com/apache/sis/pull/26#discussion_r838339277
##########
File path: core/sis-utility/src/main/java/org/apache/sis/measure/Scalar.java
##########
@@ -539,4 +540,17 @@ public final String toString() {
return new Temperature(value, unit);
}
}
+
+ static final class Acceleration extends
Scalar<javax.measure.quantity.Acceleration>
Review comment:
This definition can be moved just below `Speed` for keeping related
quantities together.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]