diff options
Diffstat (limited to 'NvCloth/src/neon/SwCollisionHelpers.h')
| -rw-r--r-- | NvCloth/src/neon/SwCollisionHelpers.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/NvCloth/src/neon/SwCollisionHelpers.h b/NvCloth/src/neon/SwCollisionHelpers.h index 0b9410b..acd8a2a 100644 --- a/NvCloth/src/neon/SwCollisionHelpers.h +++ b/NvCloth/src/neon/SwCollisionHelpers.h @@ -33,7 +33,7 @@ #include <arm_neon.h> #endif -namespace physx +namespace nv { namespace cloth { @@ -84,4 +84,4 @@ Simd4i Gather<Simd4i>::operator()(const Simd4i* ptr) const } } // namespace cloth -} // namespace physx +} // namespace nv |