Commit aaed9e2e authored by patrick.lambert's avatar patrick.lambert
Browse files

initialise last female and male spawner number

No related merge requests found
Showing with 2 additions and 0 deletions
+2 -0
...@@ -252,6 +252,8 @@ public class RiverBasin extends Basin { ...@@ -252,6 +252,8 @@ public class RiverBasin extends Basin {
this.numberOfNonNulRecruitmentForFinalProbOfPres = new QueueMemory<Double>(memorySizeLongQueue); this.numberOfNonNulRecruitmentForFinalProbOfPres = new QueueMemory<Double>(memorySizeLongQueue);
this.lastFemaleSpawnerNumber = 0.;
this.lastMaleSpawnerNumber = 0.;
this.basin_id = basin_id; this.basin_id = basin_id;
this.connectedInshoreBasin = null; this.connectedInshoreBasin = null;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment