#287 closed defect (fixed)
Include and IncludeMatrix dont work
Reported by: | César Pérez Álvarez | Owned by: | danirus |
---|---|---|---|
Priority: | highest | Milestone: | |
Component: | Math | Version: | head |
Severity: | blocker | Keywords: | |
Cc: |
Description
If we try to include this matrix
2.24 ; 2.02 ; 1.79 ; 1.57 ; 1.35 ; 1.12 ; 0.9 ; 0.67 ; 0.45 ; 0.22 ;
2.49 ; 2.24 ; 1.99 ; 1.74 ; 1.49 ; 1.24 ; 1 ; 0.75 ; 0.5 ; 0.25 ;
2.74 ; 2.47 ; 2.19 ; 1.92 ; 1.64 ; 1.37 ; 1.1 ; 0.82 ; 0.55 ; 0.27 ;
2.99 ; 2.7 ; 2.4 ; 2.1 ; 1.8 ; 1.5 ; 1.2 ; 0.9 ; 0.6 ; 0.3 ;
3.25 ; 2.93 ; 2.6 ; 2.28 ; 1.95 ; 1.63 ; 1.3 ; 0.98 ; 0.65 ; 0.33 ;
3.52 ; 3.16 ; 2.81 ; 2.46 ; 2.11 ; 1.76 ; 1.41 ; 1.05 ; 0.7 ; 0.35 ;
3.78 ; 3.4 ; 3.02 ; 2.65 ; 2.27 ; 1.89 ; 1.51 ; 1.13 ; 0.76 ; 0.38 ;
4.05 ; 3.64 ; 3.24 ; 2.83 ; 2.43 ; 2.02 ; 1.62 ; 1.21 ; 0.81 ; 0.4 ;
4.32 ; 3.89 ; 3.46 ; 3.02 ; 2.59 ; 2.16 ; 1.73 ; 1.3 ; 0.86 ; 0.43 ;
4.59 ; 4.14 ; 3.68 ; 3.22 ; 2.76 ; 2.3 ; 1.84 ; 1.38 ; 0.92 ; 0.46 ;
The result is:
2.24;0.0;2.02;0.0;1.79;0.0;1.57;0.0;1.35;0.0
2.49;0.0;2.24;0.0;1.99;0.0;1.74;0.0;1.49;0.0
2.74;0.0;2.47;0.0;2.19;0.0;1.92;0.0;1.64;0.0
2.99;0.0;2.7;0.0;2.4;0.0;2.1;0.0;1.8;0.0
3.25;0.0;2.93;0.0;2.6;0.0;2.28;0.0;1.95;0.0
3.52;0.0;3.16;0.0;2.81;0.0;2.46;0.0;2.11;0.0
3.78;0.0;3.4;0.0;3.02;0.0;2.65;0.0;2.27;0.0
4.05;0.0;3.64;0.0;3.24;0.0;2.83;0.0;2.43;0.0
4.32;0.0;3.89;0.0;3.46;0.0;3.02;0.0;2.59;0.0
4.59;0.0;4.14;0.0;3.68;0.0;3.22;0.0;2.76;0.0
Change History (3)
comment:1 Changed 20 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 18 years ago by
bug_file_loc: | → http://cvs.tol-project.org/viewcvs.cgi/tol_tests/tol/Bugzilla/bug_000287 |
---|
comment:3 Changed 18 years ago by
blocked: | → 303 |
---|
With bug 171 resolution, the performance of IncludeBMT was improved.
This current bug was then introduced and has just been solved.
Cheers