summaryrefslogtreecommitdiff
path: root/src/BulletSoftBody/btConjugateGradient.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/BulletSoftBody/btConjugateGradient.h')
-rw-r--r--src/BulletSoftBody/btConjugateGradient.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/BulletSoftBody/btConjugateGradient.h b/src/BulletSoftBody/btConjugateGradient.h
index 0c8384a00..fdef6b22d 100644
--- a/src/BulletSoftBody/btConjugateGradient.h
+++ b/src/BulletSoftBody/btConjugateGradient.h
@@ -15,7 +15,8 @@
template <class TM>
class btConjugateGradient
{
- using TVStack = btAlignedObjectArray<btVector3>;
+// using TVStack = btAlignedObjectArray<btVector3>;
+ typedef btAlignedObjectArray<btVector3> TVStack;
TVStack r,p,z,temp;
int max_iterations;