Ignore:
Timestamp:
Apr 23, 2001, 3:34:45 PM (24 years ago)
Author:
ansari
Message:

compil/portage SGI-CC - Reza 23/4/2001

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/ProcWSophya/rztoi.cc

    r1462 r1476  
    8181      //      cout << " DBG : Bloc[" << k << "] FirstSN=" << istart
    8282      //           << " 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++) {
    8485        vout(i) = vin(Range(i,-1,_width2)).Sum()/(r_8)_width2;
    8586        putData(0, i+istart, vout(i));
     
    8788      }
    8889
    89       for(int i=vout.Size()-_width2; i<vout.Size(); i++) {
     90      for(i=vout.Size()-_width2; i<vout.Size(); i++) {
    9091        vout(i) = vlast;
    9192        //      putData(0, i+istart, vout(i));
Note: See TracChangeset for help on using the changeset viewer.