Skip to content
Discussion options

You must be logged in to vote

Should the first condition in your GrowS kernel not be if particle.S == 70? Because you initialise it at 70, so it will never be 0...

---if particle.S == 0:
+++if particle.S == 70:

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@TomMBIO
Comment options

Comment options

You must be logged in to vote
1 reply
@TomMBIO
Comment options

Answer selected by TomMBIO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants