|
From: SourceForge.net <no...@so...> - 2008-08-26 17:44:44
|
Patches item #2040231, was opened at 2008-08-06 15:44 Message generated for change (Comment added) made by egonw You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=320024&aid=2040231&group_id=20024 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Egon Willighagen (egonw) Assigned to: Christoph Steinbeck (steinbeck) Summary: Patch for Iterable Initial Comment: Patch that removes the use of Iterator in cdk.interfaces, and replaces this with Iterable, so that one can do: double overallCharge = 0.0 for (IAtom atom : molecule.atoms()) { overallCharge += atom.getCharge(); } ---------------------------------------------------------------------- >Comment By: Egon Willighagen (egonw) Date: 2008-08-26 19:44 Message: Logged In: YES user_id=25678 Originator: YES File Added: iterable2.patch.gz ---------------------------------------------------------------------- Comment By: Egon Willighagen (egonw) Date: 2008-08-07 22:27 Message: Logged In: YES user_id=25678 Originator: YES Miguel, heard from Malick that you are away. Christoph, please let me know if (or not) you can look at this patch. ---------------------------------------------------------------------- Comment By: Egon Willighagen (egonw) Date: 2008-08-06 15:54 Message: Logged In: YES user_id=25678 Originator: YES Miguel, might you please check the patch attached to this report? If you are not able to review this patch in a few days, please let me know asap. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=320024&aid=2040231&group_id=20024 |