--- /Users/pierre/Desktop/newton-dynamics-2.33/coreLibrary_200/source/core/dgTypes - copie.cpp	2011-03-31 06:25:58.000000000 +0200
+++ ../../source/core/dgTypes.cpp	2011-12-06 21:02:41.000000000 +0100
@@ -515,7 +515,7 @@
 		return 0;
 	}
 	_ASSERTE (compareCount <= dgInt32 (strideInBytes / sizeof (dgFloat64)));
-	_ASSERT (strideInBytes == dgInt32 (sizeof (dgFloat64) * (strideInBytes / sizeof (dgFloat64))));
+	_ASSERTE (strideInBytes == dgInt32 (sizeof (dgFloat64) * (strideInBytes / sizeof (dgFloat64))));
 
 	dgInt32 stride = strideInBytes / dgInt32 (sizeof (dgFloat64));
 	dgInt32 stride2 = stride + 2;
