Ticket #32433: patch-source-core-dgTypes.cpp.diff

File patch-source-core-dgTypes.cpp.diff, 617 bytes (added by rudloff@…, 13 years ago)
  • (a) /Users/pierre/Desktop/newton-dynamics-2.33/coreLibrary_200/source/core/dgTypes vs. (b) ../../source/core/dgTypes.cpp

    a b  
    515515                return 0;
    516516        }
    517517        _ASSERTE (compareCount <= dgInt32 (strideInBytes / sizeof (dgFloat64)));
    518         _ASSERT (strideInBytes == dgInt32 (sizeof (dgFloat64) * (strideInBytes / sizeof (dgFloat64))));
     518        _ASSERTE (strideInBytes == dgInt32 (sizeof (dgFloat64) * (strideInBytes / sizeof (dgFloat64))));
    519519
    520520        dgInt32 stride = strideInBytes / dgInt32 (sizeof (dgFloat64));
    521521        dgInt32 stride2 = stride + 2;