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
62b6fe27
Commit
62b6fe27
authored
Aug 08, 2020
by
patrick.lambert
Browse files
new gestion of temperatureFile name
use to define the simualtion_id: BEED TO BE IMPROVED
parent
a09f8b44
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/species/DiadromousFishGroup.java
View file @
62b6fe27
...
...
@@ -1042,7 +1042,7 @@ public class DiadromousFishGroup extends AquaNismsGroup<DiadromousFish, RIOBasin
String
id
=
"_"
;
id
=
id
.
concat
(
Integer
.
toString
(
getPilot
().
getParameters
().
getRngStatusIndex
()));
String
temperatureFile
=
((
RIOBasinNetwork
)
getPilot
().
getAquaticWorld
().
getEnvironment
()).
getTemperatureCatchmentFile
();
id
=
id
.
concat
(
"-"
).
concat
(
temperatureFile
.
substring
(
temperatureFile
.
length
()
-
9
,
temperatureFile
.
length
()
-
4
)
);
id
=
id
.
concat
(
"-"
).
concat
(
temperatureFile
);
if
(
parameterSetLine
>
0
)
{
id
=
id
.
concat
(
"-"
).
concat
(
Integer
.
toString
(
parameterSetLine
));
}
...
...
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