branch feature/8156 created (now 7a258bc)
This is an automated email from the git hooks/post-receive script. New change to branch feature/8156 in repository tutti. See https://gitlab.nuiton.org/codelutin/tutti.git at 7a258bc c'est l'inverse, on divise si on a des millimètres... (fixes #8156) This branch includes the following new commits: new 7a258bc c'est l'inverse, on divise si on a des millimètres... (fixes #8156) The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 7a258bc0b8085e5925e5f96965581d8f24650789 Author: Kevin Morin <morin@codelutin.com> Date: Tue Mar 22 14:25:26 2016 +0100 c'est l'inverse, on divise si on a des millimètres... (fixes #8156) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch feature/8156 in repository tutti. See https://gitlab.nuiton.org/codelutin/tutti.git commit 7a258bc0b8085e5925e5f96965581d8f24650789 Author: Kevin Morin <morin@codelutin.com> Date: Tue Mar 22 14:25:26 2016 +0100 c'est l'inverse, on divise si on a des millimètres... (fixes #8156) --- tutti-persistence/src/main/java/fr/ifremer/tutti/util/Weights.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutti-persistence/src/main/java/fr/ifremer/tutti/util/Weights.java b/tutti-persistence/src/main/java/fr/ifremer/tutti/util/Weights.java index 7f90e63..97d6fa1 100644 --- a/tutti-persistence/src/main/java/fr/ifremer/tutti/util/Weights.java +++ b/tutti-persistence/src/main/java/fr/ifremer/tutti/util/Weights.java @@ -141,7 +141,7 @@ public class Weights { * @return the weight in grams */ public static float computeWithRtp(Rtp rtp, float lengthStep, String lengthStepCaracteristicUnit) { - if ("cm".equals(lengthStepCaracteristicUnit)) { + if ("mm".equals(lengthStepCaracteristicUnit)) { // measurement in cm asked lengthStep = lengthStep / 10; } -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm