#406 closed defect (fixed)
_DEFAULT_HEADER in BSTFile
| Reported by: | Jorge | Owned by: | danirus |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | SetAlgebra | Version: | head |
| Severity: | normal | Keywords: | |
| Cc: |
Description
When executing:
Set BSTFile( [[1,2,3? ]] )
I expect the output
1.000000;2.000000;3.000000;
but instead the output is
_DEFAULT_HEADER_;
1.000000;2.000000;3.000000;
Change History (2)
comment:1 Changed 19 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:2 Changed 19 years ago by
| bug_file_loc: | → http://www.tol-project.org |
|---|
Note: See
TracTickets for help on using
tickets.

fixed