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
7b2618d9
Commit
7b2618d9
authored
Apr 22, 2021
by
patrick.lambert
Browse files
bug fixed
parent
f258a7c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/analysis/AnalyseSpawnerFeatures.java
View file @
7b2618d9
...
...
@@ -322,7 +322,7 @@ public class AnalyseSpawnerFeatures extends AquaNismsGroupProcess<DiadromousFish
public
String
[][]
exportToR
()
{
int
nbBasin
=
ageOfFemaleMemories
.
size
();
String
[][]
result
=
new
String
[
nbBasin
+
1
][
6
];
String
[][]
result
=
new
String
[
nbBasin
+
1
][
7
];
// headers
result
[
0
][
0
]
=
"basin_id"
;
result
[
0
][
1
]
=
"basin_name"
;
...
...
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