id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc 1290,Issue with ISP when nTbH = 1,bheng,,"In Section 8.7.4.1, when nTbH is equal to 1, it appears that numbered Step (1.) and Step (2.) are bypassed. ""1. When nTbH is greater than 1, each (vertical) column..."" ""2. When nTbH and nTbW are both greater than 1, ..."" If so, the input d[][] is never used, and nothing is assigned into e[][] or g[][]. By numbered Step (3.), g[][] will be empty and uninitialized. ""3. When nTbW is greater than 1, each (horizontal) row of the resulting array g[ x ][ y ] ..."" It seems like a step is missing where d[][] is copied directly into g[][] when nTbH is equal to 1. Essentially, the same thing as Step (4.), but for nTbH=1 instead of nTbW=1.",defect,closed,minor,,spec,VVC D10 vE,fixed,,ksuehring bbross XiangLi fbossen jvet@…