We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As discussed in issue #435, the user should be able to specify multiple cells per line in the colonization input file. For example:
Where 1-50 means cells 1 through 50 and -1 means all cells.
1-50
-1
The text was updated successfully, but these errors were encountered:
Now able to input multiple cells for colonization
0d5b28e
(issue #443) The user can now enter a range of cells or use "-1" to specify all cells.
I had a chance to test my commit today and it works as expected. Therefore I am closing this issue.
Sorry, something went wrong.
chaukap
No branches or pull requests
As discussed in issue #435, the user should be able to specify multiple cells per line in the colonization input file. For example:
Where
1-50
means cells 1 through 50 and-1
means all cells.The text was updated successfully, but these errors were encountered: