IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 6, 2015, 8:40:19 PM (11 years ago)
Author:
eugene
Message:

trying to improve the speed of the compression shuffle step; added NONE_1 for testing; added timing traces in uncompress to test speed improvements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ohana.20150429/src/libfits/matrix/F_uncompress_M.c

    r38399 r38418  
    569569        }
    570570        *srcptr = *rawptr;
    571         myAssert (srcptr - matrix->buffer < Npix*size, "memory overrun");
    572         myAssert (rawptr - raw < Nraw*size, "memory overrun");
     571        // myAssert (srcptr - matrix->buffer < Npix*size, "memory overrun");
     572        // myAssert (rawptr - raw < Nraw*size, "memory overrun");
    573573      }
    574574
Note: See TracChangeset for help on using the changeset viewer.