use different namespace for SPU version of btGjkEpa2 to avoid name clashes.

This commit is contained in:
erwin.coumans
2008-07-14 17:19:50 +00:00
parent 7acd12243d
commit 6f8b396575

View File

@@ -11,7 +11,7 @@
#endif //__SPU__ #endif //__SPU__
#endif #endif
namespace gjkepa2_impl namespace gjkepa2_spu_impl
{ {
// Config // Config
@@ -778,7 +778,7 @@ shape.EnableMargin(withmargins);
// Api // Api
// //
using namespace gjkepa2_impl; using namespace gjkepa2_spu_impl;
// //
int SpuGjkEpaSolver2::StackSizeRequirement() int SpuGjkEpaSolver2::StackSizeRequirement()