Changeset 3875 in Sophya for trunk/SophyaProg/PMixer


Ignore:
Timestamp:
Sep 7, 2010, 8:02:29 PM (15 years ago)
Author:
ansari
Message:

correction suggere par christophe, Reza 07/09/2010

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaProg/PMixer/extractRS.cc

    r3873 r3875  
    238238        if(outPix >= OutputMap.NbPixels()) outPix = OutputMap.NbPixels() - 1; // add clean size protection
    239239        SourceMap(outPix) = sourceCoeff(i);
    240         OutputMap(outPix) = OutputMap(i)+ SourceMap(outPix);
     240        OutputMap(outPix) += SourceMap(outPix);
    241241      }
    242242  } 
Note: See TracChangeset for help on using the changeset viewer.