Changeset 1476 in Sophya for trunk/ArchTOIPipe/ProcWSophya/rztoi.cc
- Timestamp:
- Apr 23, 2001, 3:34:45 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/ProcWSophya/rztoi.cc
r1462 r1476 81 81 // cout << " DBG : Bloc[" << k << "] FirstSN=" << istart 82 82 // << " LastSN= " << istart+vout.Size()-_width2-1 << endl; 83 for(int i=0; i<vout.Size()-_width2; i++) { 83 int i; 84 for(i=0; i<vout.Size()-_width2; i++) { 84 85 vout(i) = vin(Range(i,-1,_width2)).Sum()/(r_8)_width2; 85 86 putData(0, i+istart, vout(i)); … … 87 88 } 88 89 89 for(i nt i=vout.Size()-_width2; i<vout.Size(); i++) {90 for(i=vout.Size()-_width2; i<vout.Size(); i++) { 90 91 vout(i) = vlast; 91 92 // putData(0, i+istart, vout(i));
Note:
See TracChangeset
for help on using the changeset viewer.