IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24619


Ignore:
Timestamp:
Jun 26, 2009, 6:56:57 PM (17 years ago)
Author:
eugene
Message:

do NOT memset recycled vectors (for now) -- this breaks ppStack for unknown reasons

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/mathtypes/psVector.c

    r24563 r24619  
    182182
    183183    // zero the vector
    184     memset (vector->data.U8, 0, byteSize);
     184    // memset (vector->data.U8, 0, byteSize);
     185    // XXX for reasons I don't understand, this breaks ppStack...
    185186
    186187    return vector;
Note: See TracChangeset for help on using the changeset viewer.