[doodleproject] [ doodleproject-Bugs-1732784 ] delete statements in partition begin
Brought to you by:
brentworden
|
From: SourceForge.net <no...@so...> - 2007-06-07 13:53:53
|
Bugs item #1732784, was opened at 2007-06-07 15:53 Message generated for change (Settings changed) made by danielinteract You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=518270&aid=1732784&group_id=67565 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: danielinteract (danielinteract) >Assigned to: Brent Worden (brentworden) Summary: delete statements in partition begin Initial Comment: Hi, first of all I would like to thank the team for their combinatorics algorithms! However, I stumbled accross delete p; delete s; in the begin member function of the partition class. Since p and s haven't been allocated before, a memory error occurred. Removing the two lines solved the issue. best, Daniel ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=518270&aid=1732784&group_id=67565 |