Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
SimAquaLife
GR3D
Commits
dd447ae8
Commit
dd447ae8
authored
Oct 13, 2020
by
Poulet Camille
Browse files
Delete the bw
parent
7fac756c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/species/ReproduceAndSurviveAfterReproductionWithDiagnose.java
View file @
dd447ae8
...
...
@@ -566,6 +566,7 @@ public class ReproduceAndSurviveAfterReproductionWithDiagnose extends AquaNismsG
* ";" + Time.getSeason(group.getPilot()) + ";IMPORT;" + riverBasin.getName() + ";" + fluxBefore +
* ";" + riverBasin.getSpawnerNumberPerGroup(group)+ "; " + totalInputFluxes);
*/
/*
BufferedWriter bW = group.getbWForFluxes();
if (bW != null) {
try {
...
...
@@ -584,7 +585,8 @@ public class ReproduceAndSurviveAfterReproductionWithDiagnose extends AquaNismsG
e.printStackTrace();
}
}
}*/
}
else
{
riverBasin
.
setYearOfLastNulRep
(
time
.
getYear
(
group
.
getPilot
()));
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment