From 08a0f9e137df3451627b3ab827b605b00e876681 Mon Sep 17 00:00:00 2001
From: Lambert Patrick <patrick.lambert@irstea.fr>
Date: Mon, 6 May 2019 14:35:39 +0200
Subject: [PATCH] comment

---
 src/main/java/species/DiadromousFishGroup.java | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/main/java/species/DiadromousFishGroup.java b/src/main/java/species/DiadromousFishGroup.java
index a30598a..79fc810 100644
--- a/src/main/java/species/DiadromousFishGroup.java
+++ b/src/main/java/species/DiadromousFishGroup.java
@@ -39,6 +39,7 @@ public class DiadromousFishGroup extends AquaNismsGroup< DiadromousFish, BasinNe
 
 	/**
 	 * L infinity of the van Bertalanffy growth curve
+	 * L = Linf *(1-exp(-K*(t-t0))
 	 * @unit cm
 	 */
 	public double linfVonBert = 60.;
@@ -103,7 +104,8 @@ public class DiadromousFishGroup extends AquaNismsGroup< DiadromousFish, BasinNe
 	private transient Map<String, Duo<Double, Double>> basinsToUpdate;
 
 	/**
-	 *  growth coefficient of the von Bertalanffy growth curve (from the parameterset file)
+	 * Brody growth coefficient of the von Bertalanffy growth curve (from the parameterset file)
+	 *  	 * L = Linf *(1-exp(-K*(t-t0))
 	 * @unit year-1
 	 */
 	private transient double kOpt; 
-- 
GitLab