← Back to team overview

yade-users team mailing list archive

Re: [Question #230574]: New Interaction For Bubbles

 

Question #230574 on Yade changed:
https://answers.launchpad.net/yade/+question/230574

Bruno Chareyre posted a new comment:
Jan may greatly help to implement it with clean code structure and
conventions. You may however think about the iterative procedure to
compute the force and come up with a possible algorithm to share the
workload. My two cents. :)

If you fix some english, it will be relatively easy to check your changes using programs like diff, kompare, etc.
So, there is no real need for you to maintain a list of changes. Fix as you read, then we compare.

Even better, you can send us a patch. Say, you make some fixes in
trunk/doc/sphinx/introduction.rst and save the fixed version under a
different name. Run diff and send the output to a "patch" file:

diff -u introduction.rst introduction_fixed.rst > introduction.patch

Send introduction.patch to us, it will show the list of changes and can
be applied automatically to the original (typing "patch <
introduction.patch") after proper review.

-- 
You received this question notification because you are a member of
yade-users, which is an answer contact for Yade.