You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@sis.apache.org by GitBox <gi...@apache.org> on 2022/03/30 09:40:37 UTC

[GitHub] [sis] desruisseaux commented on a change in pull request #26: Feat/acceleration units

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: issues-unsubscribe@sis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org