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
016421c6
Commit
016421c6
authored
Apr 03, 2020
by
Lambert Patrick
Browse files
use interface in the declaration
parent
b437a7c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/species/Grow.java
View file @
016421c6
...
...
@@ -92,7 +92,7 @@ public class Grow extends AquaNismsGroupProcess<DiadromousFish, DiadromousFishGr
*/
private
double
sigmaDeltaLVonBert
=
0.2
;
private
transient
Normal
ACR
Gen
genNormal
;
private
transient
NormalGen
genNormal
;
public
static
void
main
(
String
[]
args
)
{
System
.
out
.
println
((
new
XStream
(
new
DomDriver
()))
.
toXML
(
new
Grow
()));
}
...
...
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