#264 closed defect (fixed)
Error in the Estmate
Reported by: | Chakib Faghloumi | Owned by: | danirus |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Math | Version: | 1.1.3 |
Severity: | blocker | Keywords: | |
Cc: |
Description
Dear,
The Estimate Commander of The TolBase go down out : when
the argument AR or MA is defined like
(AR = 1,1? or MA = 1,1?)
to place of
(AR = SetOfPolyn(1,1) , MA = SetOfPolyn(1,1)).
[ thread ] --> http://www.tol-project.org/pipermail/usuarios-tol/2005-
May/000449.html
attentively Chakib
Change History (5)
comment:1 Changed 20 years ago by
Status: | new → assigned |
---|---|
Summary: | Error in the Estmate → Error in the Estmate |
comment:2 Changed 20 years ago by
Owner: | changed from Víctor de Buen Remiro to danirus |
---|---|
Status: | assigned → new |
comment:3 Changed 20 years ago by
Status: | new → assigned |
---|
comment:4 Changed 20 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:5 Changed 18 years ago by
bug_file_loc: | → http://www.tol-project.org |
---|
Note: See
TracTickets for help on using
tickets.
Bug fixed. Discussed in "Usuarios-Tol" at "lists.tol-project.org":
http://www.tol-project.org/pipermail/usuarios-tol/2005-May/000435.html
A checking to verify the validity of each element should be done.
I've created a new method for BGrammar, to get castingFunction_ attribute from
wherever place in Tol. With that method it's possible to make an explicit cast
inside BModel constructor. After checking for the Grammar of each element, the
explicit casting, from Real to Polyn, can be done.
Cheers!