iokto / newton-dynamics

Automatically exported from code.google.com/p/newton-dynamics
0 stars 0 forks source link

Patch for /trunk/coreLibrary_200/source/physics/dgCollisionConvex.cpp #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
r615 has many errors in coreLibrary_200/source/physics/dgCollisionConvex.cpp

This happens in non-SIMD compilation path. The method SupportVertexSimd() 
<around line 928> is not escaped in the non-SIMD path. I resolved this by 
wrapping it with preprocessor macros like this.

Issue described on here: 
http://newtondynamics.com/forum/viewtopic.php?f=12&p=46754#p46754

Original issue reported on code.google.com by drawtree@gmail.com on 7 May 2011 at 7:31

Attachments:

GoogleCodeExporter commented 9 years ago
I sent wrong patch. Forget about this. See this instead of:

http://code.google.com/p/newton-dynamics/issues/detail?id=8

Original comment by drawtree@gmail.com on 7 May 2011 at 9:04