#244 closed defect (fixed)
Inclusion de matrices columnas
| Reported by: | lalonso | Owned by: | Víctor de Buen Remiro |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Math | Version: | 1.1.2 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
He puesto version 1.1.2 pero creo que falla en todas.
Cuando incluyo una matriz columna de una bmt y esa bmt tiene valores negativos
el siguiente elemento que pone es un cero, corriendo una posicion los demas
valores incluyedo hasta el valor de la dimension y perdiendo datos.
Matrix a = Col(0.1,0.11,-0.66,0.55,-009);
Set BMTFile(SetOfMatrix(a),"C:/prueba.bmt");
Set incluido = Include("C:/prueba.bmt");
Si lo hago como matriz fila lo hace bien.
Set BMTFile(SetOfMatrix(Tra(a)),"C:/prueba01.bmt");
Set incluido01 = Include("C:/prueba01.bmt");
Change History (3)
comment:1 Changed 19 years ago by
| Owner: | changed from danirus to Víctor de Buen Remiro |
|---|
comment:2 Changed 19 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:3 Changed 19 years ago by
| bug_file_loc: | → http://cvs.tol-project.org/viewcvs.cgi/tol_tests/tol/Bugzilla/bug_000244 |
|---|

Sorry, I cannot reproduce this bug.
Probably it has been fixed already.
A new test tol_tests/tol/Bugzilla/bug_000244 has been added