Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dg
dg
Commits
4eff5c0d
Commit
4eff5c0d
authored
Dec 01, 2016
by
Jonathan Lambrechts
Browse files
slimParticle rename addMortality => setMortality
parent
553b0b2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/slimParticles/dgParticleTracker2D.h
View file @
4eff5c0d
...
...
@@ -368,7 +368,7 @@ public:
* 1 : constant mortality rate given by [1] mortRateMax (by day)
* 2 : weibullMortalityRate with [2] lambda and [3] nu;
*/
void
add
Mortality
(
int
type
,
double
rateMax
,
double
weibullLambda
=
0
,
double
weibullNu
=
0
)
{
void
set
Mortality
(
int
type
,
double
rateMax
,
double
weibullLambda
=
0
,
double
weibullNu
=
0
)
{
_mortFlag
=
true
;
_mortType
=
type
;
if
(
type
!=
1
)
{
...
...
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