#155 closed defect (fixed)
Problem when accessing set elements by name
| Reported by: | jimarin | Owned by: | Jorge |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Kernel | Version: | 1.1.1 |
| Severity: | normal | Keywords: | |
| Cc: | mercadona |
Description
Some failures when accessing set elements by name, instead of position.
For instance:
Real estimationDefinition?FstTransfor?;
would produce:
ERROR: No se ha encontrado elemento con nombre Definition
but "Definition" is a set contained in estimation which is an instance of the kind of
sets returned by the Estimate function.
This happens not only in this case but also with other elements of the set
like "Parameters Information"
Should any developer need me to produce a set resulting from the Estimate
function I would gladly provide with a file.
Change History (7)
comment:1 Changed 21 years ago by
| Status: | new → assigned |
|---|
comment:2 Changed 21 years ago by
| Owner: | changed from danirus to Jorge |
|---|---|
| Status: | assigned → new |
Jorge S. Pérez works in the solution.
comment:3 Changed 21 years ago by
| Status: | new → assigned |
|---|
The bug has being located and the solution is in progress. Due to a mistake some
of the objects does not have names but only descriptions.
comment:4 Changed 21 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
now all member of Estimate's result set must have a name.
comment:5 Changed 21 years ago by
| Cc: | mercadona added |
|---|
comment:7 Changed 19 years ago by
| bug_file_loc: | → http://www.tol-project.org |
|---|

Hello J.I.Marín,
Yes, please could you send me that file with the code producing this error?
Thanks in advance.