Skip to content

Commit

Permalink
Do not need dispersal to have seeding
Browse files Browse the repository at this point in the history
  • Loading branch information
MayaGueguen committed Jun 18, 2024
1 parent bfc8082 commit 7a07fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main_rcpp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ int FATE(std::string simulParam, int no_CPU = 1, int verboseLevel = 0)

/* Check seeding parameters =================================================*/
/* SEEDING MODULE */
if (simulMap->getGlobalParameters().getDoDispersal())
// if (simulMap->getGlobalParameters().getDoDispersal())
{
if (seeding_duration > 0 && year < seeding_duration)
{
Expand Down

0 comments on commit 7a07fd9

Please sign in to comment.