use different namespace for SPU version of btGjkEpa2 to avoid name clashes.
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user