diff options
-rw-r--r-- | project/templates/fluidsim.xhtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/project/templates/fluidsim.xhtml b/project/templates/fluidsim.xhtml index 5537712..de8ccd7 100644 --- a/project/templates/fluidsim.xhtml +++ b/project/templates/fluidsim.xhtml @@ -448,8 +448,8 @@ once you get past all the variables there is still only elementary math involved <p>So, the gravity plus the interaction force. That's the particle's acceleration.</p> -<p>Acceleration of non-wall particles can be ignored since they will never move and the value won't -have any affect on other calculations.</p> +<p>Acceleration of wall particles can be ignored since they will never move and the value won't have +any affect on other calculations.</p> <h5>Updating Particle Positions</h5> |