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
8d3b1696
Commit
8d3b1696
authored
Mar 19, 2021
by
patrick.lambert
Browse files
code cleaning
parent
f9caeb9e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/species/AnalyseSpawnerRun.java
View file @
8d3b1696
...
...
@@ -49,7 +49,6 @@ public class AnalyseSpawnerRun extends AquaNismsGroupProcess<DiadromousFish, Dia
protected
static
transient
ObservablesHandler
cobservable
;
public
static
void
main
(
String
[]
args
)
{
System
.
out
.
println
((
new
XStream
(
new
DomDriver
())).
toXML
(
new
AnalyseSpawnerRun
()));
}
...
...
@@ -60,7 +59,6 @@ public class AnalyseSpawnerRun extends AquaNismsGroupProcess<DiadromousFish, Dia
@Information
(
unit
=
"#/#"
)
private
double
iteroparityRate
;
public
Record2
(
double
latitude
,
double
iteroparityRate
)
{
super
();
this
.
latitude
=
latitude
;
...
...
@@ -78,7 +76,6 @@ public class AnalyseSpawnerRun extends AquaNismsGroupProcess<DiadromousFish, Dia
@Information
(
unit
=
"#/#"
)
private
double
iteroparityRate
;
public
Record
(
int
basin_id
,
String
basin_name
,
double
latitude
,
double
iteroparityRate
)
{
super
();
this
.
basin_id
=
basin_id
;
...
...
@@ -88,7 +85,6 @@ public class AnalyseSpawnerRun extends AquaNismsGroupProcess<DiadromousFish, Dia
}
}
@Override
public
void
initTransientParameters
(
Pilot
pilot
)
{
super
.
initTransientParameters
(
pilot
);
...
...
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