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 515 515 return 0; 516 516 } 517 517 _ASSERTE (compareCount <= dgInt32 (strideInBytes / sizeof (dgFloat64))); 518 _ASSERT (strideInBytes == dgInt32 (sizeof (dgFloat64) * (strideInBytes / sizeof (dgFloat64))));518 _ASSERTE (strideInBytes == dgInt32 (sizeof (dgFloat64) * (strideInBytes / sizeof (dgFloat64)))); 519 519 520 520 dgInt32 stride = strideInBytes / dgInt32 (sizeof (dgFloat64)); 521 521 dgInt32 stride2 = stride + 2;