From: SourceForge.net <no...@so...> - 2008-09-30 12:12:38
|
Bugs item #2138052, was opened at 2008-09-30 13:18 Message generated for change (Comment added) made by raimc You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=744811&aid=2138052&group_id=139893 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: solver malfunction Group: None >Status: Closed Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: time and delay in simplifyAST Initial Comment: simplifyAST in processAST.c,v 1.62 2008/09/24 14:10:10 looses AST_NAME_TIME types. Shouldn't 1923 ASTNode_setName(simple, ASTNode_getName(f)); be followed by ASTNode_setType(simple, ASTNode_getType(f)); (like in copyAST and indexAST)? ---------------------------------------------------------------------- >Comment By: Rainer Machne (raimc) Date: 2008-09-30 14:12 Message: Correct! This bug had been supressed until recently because sosLib explicitly interpreted nodes with names "time", "Time" or "TIME" as AST_NAME_TIME. This has been removed to strictly adhere to SBML definitions. Thanks for catching that! In CVS now. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=744811&aid=2138052&group_id=139893 |