#58 closed defect (fixed)
BSIFile doesn´t create the associated BSDFile
Reported by: | sdelfresno | Owned by: | danirus |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | SetAlgebra | Version: | head |
Severity: | normal | Keywords: | |
Cc: |
Description
To check the error, please compile the next example:
Serie Ser01 = Gaussian(110, 10, D(1));
Serie Ser02 = Gaussian(110, 10, D(1));
Set BSIFile(SetOfSerie(Ser01, Ser02), "kk.bsi");
ERROR: No se pudo abrir para escritura el fichero BSD \/kk.bsd
As you can see, if you don´t especify the complete path, BSIFile doesn´t create
the associated BSDFile. However, if you especify the complete path, then BSIFile
creates the associated BSDFile. This bug is only found in CVS versions but not in
the 20040318 version.
Change History (3)
comment:1 Changed 21 years ago by
Priority: | highest → normal |
---|---|
Severity: | critical → normal |
Status: | new → assigned |
comment:2 Changed 21 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 18 years ago by
bug_file_loc: | → http://cvs.tol-project.org/viewcvs.cgi/tol_tests/tol/Bugzilla/bug_000058 |
---|
A solution of this bug has been deployed in Tol CVS.
The problem was related with GetFilePath() BDir function, and Copy() BText method.