From: SourceForge.net <no...@so...> - 2007-10-04 10:52:39
|
Patches item #1806859, was opened at 2007-10-03 12:30 Message generated for change (Comment added) made by anmar You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821570&aid=1806859&group_id=161868 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: General Group: None >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Eyal (eyal0) >Assigned to: Angel Marin (anmar) Summary: CandlePlot should use ILists, not Arrays Initial Comment: The IList is a parent class of the Array. LinePlot expects input data to be IList, but CandlePlot uses Array. I fixed this in the patch below. Also edited the text of some exceptions to be more accurate. ---------------------------------------------------------------------- >Comment By: Angel Marin (anmar) Date: 2007-10-04 12:52 Message: Logged In: YES user_id=627967 Originator: NO Patch applied to trunk (r31) with slight modification thanks! It should be in tomorrow's automatic build. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821570&aid=1806859&group_id=161868 |