Commit 0b086599 authored by Lambert Patrick's avatar Lambert Patrick
Browse files

bug in variable name fixed

Showing with 1 addition and 1 deletion
+1 -1
...@@ -346,7 +346,7 @@ public class ReproduceAndSurviveAfterReproductionWithDiagnose extends AquaNismsG ...@@ -346,7 +346,7 @@ public class ReproduceAndSurviveAfterReproductionWithDiagnose extends AquaNismsG
if (riverBasin.getNativeSpawnerMortality()>stockRecruitmentRelationship.getSigmaZcrash()) if (riverBasin.getNativeSpawnerMortality()>stockRecruitmentRelationship.getSigmaZcrash())
message="overZcrash"; message="overZcrash";
else { else {
if (numberOfFemaleGenitors < stockTrap) if (numberOfFemaleSpawners < stockTrap)
message = "inTrapWithStrayers"; message = "inTrapWithStrayers";
else { else {
if (spawnerOriginsDuringReproduction.get(riverBasin.getName()) < stockTrap) if (spawnerOriginsDuringReproduction.get(riverBasin.getName()) < stockTrap)
......
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