remove Eigen

This commit is contained in:
Xuchen Han
2019-10-11 16:34:56 -07:00
parent 9546390fd6
commit 9e29f7108d

View File

@@ -19,7 +19,6 @@ subject to the following restrictions:
#include "btDeformableLagrangianForce.h" #include "btDeformableLagrangianForce.h"
#include "LinearMath/btQuickprof.h" #include "LinearMath/btQuickprof.h"
#include "LinearMath/btImplicitQRSVD.h" #include "LinearMath/btImplicitQRSVD.h"
#include "Eigen"
// This energy is as described in https://graphics.pixar.com/library/StableElasticity/paper.pdf // This energy is as described in https://graphics.pixar.com/library/StableElasticity/paper.pdf
class btDeformableNeoHookeanForce : public btDeformableLagrangianForce class btDeformableNeoHookeanForce : public btDeformableLagrangianForce
{ {