#2 closed defect (fixed)
BMTFile(Set): Additional carry return
Reported by: | César Pérez Álvarez | Owned by: | danirus |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | SetAlgebra | Version: | head |
Severity: | trivial | Keywords: | TOL-Type TOL |
Cc: |
Description
If you use the function of set, BMTFile, the matrix is saved with and additional
carry return in the las line. It provokes that if use and Include or IncludeBMT for
use the saved matrix block the application and it is impossible loading the file.
Change History (8)
comment:1 Changed 21 years ago by
Status: | new → assigned |
---|
comment:2 Changed 21 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 21 years ago by
Component: | TOL Functions → Set |
---|---|
Keywords: | TOL-Type added; TOL removed |
product: | TOL → TOL-Type |
Changed the producto to TOL-Type
comment:5 Changed 21 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Must to be resolved until new version appear.
comment:6 Changed 21 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Must be resolved, not closed.
comment:7 Changed 21 years ago by
Component: | Set → TYPE_Set |
---|---|
Keywords: | Functions removed |
product: | TOL Functions → TOL |
Moved to TOL product.
comment:8 Changed 18 years ago by
bug_file_loc: | → http://cvs.tol-project.org/viewcvs.cgi/tol_tests/tol/Bugzilla/bug_000002 |
---|
Note: See
TracTickets for help on using
tickets.
This bug has been fixed.
The function BSetIncludeBMT::CalcContens(), defined in setgra.cpp, was using each
carrier return as a separator between two Matrix rows, but did not consider that
after last carrier return never follows another row.