Opened 12 years ago Closed 12 years ago #809 closed defect (fixed)Several typos in WD9
Description
"Output of this process are:
Inconsistent variable names:"intraHorVerDistThres", "intraHorVerDistThresh".
"with i = 0..nT, j = 0..nT" should be "with i = 0..nT-1, j = 0..nT-1" since "a (nT)x(nT) array transformBlock" can not have an index from 0 to nT in any dimension.
"with i = 0..nT, j = 0..nT" should be "with i = 0..nT-1, j = 0..nT-1" since "a (nT)x(nT) array transformBlock" can not have an index from 0 to nT in any dimension.
Change History (2)comment:1 Changed 12 years ago by DefaultCC Plugin
comment:2 Changed 12 years ago by bbross
Note: See
TracTickets for help on using
tickets. | This list contains all users that will be notified about changes made to this ticket. These roles will be notified: Reporter, Owner, Subscriber, Participant
|