close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

Opened 21 years ago

Closed 21 years ago

Last modified 18 years ago

#169 closed defect (duplicate)

Set result in estimate does not take odd names

Reported by: mercadona Owned by: Jorge
Priority: normal Milestone:
Component: Math Version: 1.1.1
Severity: normal Keywords:
Cc:

Description

See this code AFTER a call to Estimate:

result = Estimate(...);

Text elementName1 = Name(Set result[1][1]);
Text elementName2 = Name(Set result[1][2]);

WriteLn("element1="<<elementName1);
WriteLn("element2="<<elementName2);

Does not write down odd elements...

Change History (3)

comment:1 Changed 21 years ago by Jorge

Owner: changed from manuelb to Jorge

comment:2 Changed 21 years ago by Jorge

Resolution: duplicate
Status: newclosed

the bug has just being fixed as a result of # 155

* This bug has been marked as a duplicate of 155 *

comment:3 Changed 18 years ago by Víctor de Buen Remiro

bug_file_loc: http://www.tol-project.org
Note: See TracTickets for help on using tickets.