#184 closed defect (fixed)
A "white" character is included in FormatPolyn function
| Reported by: | imendez | Owned by: | manuelb |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Text | Version: | head |
| Severity: | minor | Keywords: | |
| Cc: |
Description
This code:
Polyn p = 1-0.1033683273*B;
Text f = FormatPolyn(p);
returns the next result:
f == " 1.0000000000-0.1033683273*B"
I think it would be better that 'f' doesn't contain "white" characters.
Change History (4)
comment:1 Changed 21 years ago by
| Owner: | changed from danirus to manuelb |
|---|---|
| Severity: | enhancement → minor |
| Version: | undefined → cvs |
comment:2 Changed 21 years ago by
| Status: | new → assigned |
|---|
comment:3 Changed 21 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
comment:4 Changed 19 years ago by
| bug_file_loc: | → http://cvs.tol-project.org/viewcvs.cgi/tol_tests/tol/Bugzilla/bug_000100 |
|---|
Note: See
TracTickets for help on using
tickets.

Done!
When Polyn class encountered a "+" character, it just replaced it with a space.
Now it simply doesn't create that space.